Html Css Color HEX #8C04EB Dark Violet

📋 copy color: '#8C04EB'

red 140 ◦ green 4 ◦ blue 235

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

Shades of Dark Violet #8C04EB

Tints of Dark Violet #8C04EB

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.06%

 BLUE value IS 235 (92.19% from 255) = 62.01%

R = 36.94%
G = 1.06%
B = 62.01%

CMYK

 C value IS 0.40

 M value IS 0.98

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8C04EB (or 0x8C04EB) is known color: Dark Violet. HEX triplet: 8C, 04 and EB. RGB value is (140,4,235). Sum of RGB (Red+Green+Blue) = 140+4+235=379 (50% of max value = 765). Red value is 140 (55.08% from 255 or 36.94% from 379); Green value is 4 (1.95% from 255 or 1.06% from 379); Blue value is 235 (92.19% from 255 or 62.01% from 379); Max value from RGB is 235 - color contains mainly: blue. Hex color #8C04EB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8C04EB is #73FB14. Grayscale: #464646. Windows color (decimal): -7600917 or 15402124. OLE color: 15402124.

HSL color Cylindrical-coordinate representation of color #8C04EB: hue angle of 275.32º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8C04EB is Cyan = 0.40, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 140 4 235 -
CMYK 0.40 0.98 0 0.08
HSL 275.32º 0.97% 0.47% -
HSV(B) 275.32º 0.98% 0.92% -
XYZ 25.85 11.66 79.49 -
YUV 71 220.56 177.22 -
System Red Green Blue C M Y K H S L
Decimal 140 4 235 0.40 0.98 0 0.08 275.32 0.97 0.47
Hex 8C 4 EB 28 62 0 8 113 61 2F
Octal 214 4 353 50 142 0 10 423 141 57
Binary 10001100 100 11101011 101000 1100010 0 1000 100010011 1100001 101111

Color Harmonies of #8C04EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C04EB

Black with #8C04EB

Text Example


Text Example

White with #8C04EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,4,235); }

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

background-color css

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

 a { background-color: rgb(140,4,235); }

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

border-color css

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

 span { border-color: rgb(140,4,235); }

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