Html Css Color HEX #8C01EA Dark Violet

📋 copy color: '#8C01EA'

red 140 ◦ green 1 ◦ blue 234

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

Shades of Dark Violet #8C01EA

Tints of Dark Violet #8C01EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 62.4%

R = 37.33%
G = 0.27%
B = 62.4%

CMYK

 C value IS 0.40

 M value IS 1.00

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8C01EA (or 0x8C01EA) is known color: Dark Violet. HEX triplet: 8C, 01 and EA. RGB value is (140,1,234). Sum of RGB (Red+Green+Blue) = 140+1+234=375 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.33% from 375); Green value is 1 (0.78% from 255 or 0.27% from 375); Blue value is 234 (91.80% from 255 or 62.4% from 375); Max value from RGB is 234 - color contains mainly: blue. Hex color #8C01EA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8C01EA is #73FE15. Grayscale: #444444. Windows color (decimal): -7601686 or 15335820. OLE color: 15335820.

HSL color Cylindrical-coordinate representation of color #8C01EA: hue angle of 275.79º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8C01EA is Cyan = 0.40, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 140 1 234 -
CMYK 0.40 1.00 0 0.08
HSL 275.79º 0.99% 0.46% -
HSV(B) 275.79º 1% 0.92% -
XYZ 25.68 11.54 78.72 -
YUV 69.12 221.05 178.55 -
System Red Green Blue C M Y K H S L
Decimal 140 1 234 0.40 1.00 0 0.08 275.79 0.99 0.46
Hex 8C 1 EA 28 64 0 8 114 63 2E
Octal 214 1 352 50 144 0 10 424 143 56
Binary 10001100 1 11101010 101000 1100100 0 1000 100010100 1100011 101110

Color Harmonies of #8C01EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C01EA

Black with #8C01EA

Text Example


Text Example

White with #8C01EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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