Html Css Color HEX #8C01EF Dark Violet

📋 copy color: '#8C01EF'

red 140 ◦ green 1 ◦ blue 239

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

Shades of Dark Violet #8C01EF

Tints of Dark Violet #8C01EF

RGB

 RED value IS 140 (55.08% from 255) = 36.84%

 GREEN value IS 1 (0.78% from 255) = 0.26%

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

R = 36.84%
G = 0.26%
B = 62.89%

CMYK

 C value IS 0.41

 M value IS 1.00

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#8C01EF (or 0x8C01EF) is known color: Dark Violet. HEX triplet: 8C, 01 and EF. RGB value is (140,1,239). Sum of RGB (Red+Green+Blue) = 140+1+239=380 (50% of max value = 765). Red value is 140 (55.08% from 255 or 36.84% from 380); Green value is 1 (0.78% from 255 or 0.26% from 380); Blue value is 239 (93.75% from 255 or 62.89% from 380); Max value from RGB is 239 - color contains mainly: blue. Hex color #8C01EF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8C01EF is #73FE10. Grayscale: #444444. Windows color (decimal): -7601681 or 15663500. OLE color: 15663500.

HSL color Cylindrical-coordinate representation of color #8C01EF: hue angle of 275.04º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8C01EF is Cyan = 0.41, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 140 1 239 -
CMYK 0.41 1.00 0 0.06
HSL 275.04º 0.99% 0.47% -
HSV(B) 275.04º 1% 0.94% -
XYZ 26.41 11.83 82.55 -
YUV 69.69 223.55 178.15 -
System Red Green Blue C M Y K H S L
Decimal 140 1 239 0.41 1.00 0 0.06 275.04 0.99 0.47
Hex 8C 1 EF 29 64 0 6 113 63 2F
Octal 214 1 357 51 144 0 6 423 143 57
Binary 10001100 1 11101111 101001 1100100 0 110 100010011 1100011 101111

Color Harmonies of #8C01EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C01EF

Black with #8C01EF

Text Example


Text Example

White with #8C01EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8C01EF; }

 p { color: rgb(140,1,239); }

 H1.HeaderClassName
 {
   color: #8C01EF;
 }
 .AnyTagClassName
 {
   color: #8C01EF;
 }
</style>

background-color css

<style>
 a { background-color: #8C01EF; }

 a { background-color: rgb(140,1,239); }

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

border-color css

<style>
 span { border-color: #8C01EF; }

 span { border-color: rgb(140,1,239); }

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