Html Css Color HEX #8615EF Blue Violet

📋 copy color: '#8615EF'

red 134 ◦ green 21 ◦ blue 239

#8615EF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Violet #8615EF

Tints of Blue Violet #8615EF

RGB

 RED value IS 134 (52.73% from 255) = 34.01%

 GREEN value IS 21 (8.59% from 255) = 5.33%

 BLUE value IS 239 (93.75% from 255) = 60.66%

R = 34.01%
G = 5.33%
B = 60.66%

CMYK

 C value IS 0.44

 M value IS 0.91

 Y value IS 0

 K value IS 0.06

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#8615EF (or 0x8615EF) is known color: Blue Violet. HEX triplet: 86, 15 and EF. RGB value is (134,21,239). Sum of RGB (Red+Green+Blue) = 134+21+239=394 (52% of max value = 765). Red value is 134 (52.73% from 255 or 34.01% from 394); Green value is 21 (8.59% from 255 or 5.33% from 394); Blue value is 239 (93.75% from 255 or 60.66% from 394); Max value from RGB is 239 - color contains mainly: blue. Hex color #8615EF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8615EF is #79EA10. Grayscale: #4E4E4E. Windows color (decimal): -7989777 or 15668614. OLE color: 15668614.

HSL color Cylindrical-coordinate representation of color #8615EF: hue angle of 271.1º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8615EF is Cyan = 0.44, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 134 21 239 -
CMYK 0.44 0.91 0 0.06
HSL 271.1º 0.87% 0.51% -
HSV(B) 271.1º 0.91% 0.94% -
XYZ 25.68 11.84 82.59 -
YUV 79.64 217.94 166.77 -
System Red Green Blue C M Y K H S L
Decimal 134 21 239 0.44 0.91 0 0.06 271.1 0.87 0.51
Hex 86 15 EF 2C 5B 0 6 10F 57 33
Octal 206 25 357 54 133 0 6 417 127 63
Binary 10000110 10101 11101111 101100 1011011 0 110 100001111 1010111 110011

Color Harmonies of #8615EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8615EF

Black with #8615EF

Text Example


Text Example

White with #8615EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8615EF; }

 p { color: rgb(134,21,239); }

 H1.HeaderClassName
 {
   color: #8615EF;
 }
 .AnyTagClassName
 {
   color: #8615EF;
 }
</style>

background-color css

<style>
 a { background-color: #8615EF; }

 a { background-color: rgb(134,21,239); }

 div.DivClassName
 {
   background-color: #8615EF;
 }
 .BgClassName
 {
   background-color: #8615EF;
 }
</style>

border-color css

<style>
 span { border-color: #8615EF; }

 span { border-color: rgb(134,21,239); }

 td.TdClassName
 {
   border-color: #8615EF;
 }
 .TagClassName
 {
   border-color: #8615EF;
 }
</style>