Html Css Color HEX #8C04B6 Dark Violet

📋 copy color: '#8C04B6'

red 140 ◦ green 4 ◦ blue 182

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

Shades of Dark Violet #8C04B6

Tints of Dark Violet #8C04B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 55.83%

R = 42.94%
G = 1.23%
B = 55.83%

CMYK

 C value IS 0.23

 M value IS 0.98

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#8C04B6 (or 0x8C04B6) is known color: Dark Violet. HEX triplet: 8C, 04 and B6. RGB value is (140,4,182). Sum of RGB (Red+Green+Blue) = 140+4+182=326 (43% of max value = 765). Red value is 140 (55.08% from 255 or 42.94% from 326); Green value is 4 (1.95% from 255 or 1.23% from 326); Blue value is 182 (71.48% from 255 or 55.83% from 326); Max value from RGB is 182 - color contains mainly: blue. Hex color #8C04B6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8C04B6 is #73FB49. Grayscale: #404040. Windows color (decimal): -7600970 or 11928716. OLE color: 11928716.

HSL color Cylindrical-coordinate representation of color #8C04B6: hue angle of 285.84º degrees, saturation: 0.96, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8C04B6 is Cyan = 0.23, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 140 4 182 -
CMYK 0.23 0.98 0 0.29
HSL 285.84º 0.96% 0.36% -
HSV(B) 285.84º 0.98% 0.71% -
XYZ 19.3 9.04 44.98 -
YUV 64.96 194.06 181.53 -
System Red Green Blue C M Y K H S L
Decimal 140 4 182 0.23 0.98 0 0.29 285.84 0.96 0.36
Hex 8C 4 B6 17 62 0 1D 11E 60 24
Octal 214 4 266 27 142 0 35 436 140 44
Binary 10001100 100 10110110 10111 1100010 0 11101 100011110 1100000 100100

Color Harmonies of #8C04B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C04B6

Black with #8C04B6

Text Example


Text Example

White with #8C04B6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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