Html Css Color HEX #8613EF Blue Violet

📋 copy color: '#8613EF'

red 134 ◦ green 19 ◦ blue 239

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

Shades of Blue Violet #8613EF

Tints of Blue Violet #8613EF

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.85%

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

R = 34.18%
G = 4.85%
B = 60.97%

CMYK

 C value IS 0.44

 M value IS 0.92

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#8613EF (or 0x8613EF) is known color: Blue Violet. HEX triplet: 86, 13 and EF. RGB value is (134,19,239). Sum of RGB (Red+Green+Blue) = 134+19+239=392 (51% of max value = 765). Red value is 134 (52.73% from 255 or 34.18% from 392); Green value is 19 (7.81% from 255 or 4.85% from 392); Blue value is 239 (93.75% from 255 or 60.97% from 392); Max value from RGB is 239 - color contains mainly: blue. Hex color #8613EF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8613EF is #79EC10. Grayscale: #4D4D4D. Windows color (decimal): -7990289 or 15668102. OLE color: 15668102.

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

Color convert

RGB 134 19 239 -
CMYK 0.44 0.92 0 0.06
HSL 271.36º 0.87% 0.51% -
HSV(B) 271.36º 0.92% 0.94% -
XYZ 25.64 11.77 82.58 -
YUV 78.47 218.6 167.61 -
System Red Green Blue C M Y K H S L
Decimal 134 19 239 0.44 0.92 0 0.06 271.36 0.87 0.51
Hex 86 13 EF 2C 5C 0 6 10F 57 33
Octal 206 23 357 54 134 0 6 417 127 63
Binary 10000110 10011 11101111 101100 1011100 0 110 100001111 1010111 110011

Color Harmonies of #8613EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8613EF

Black with #8613EF

Text Example


Text Example

White with #8613EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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