Html Css Color HEX #8C04CA Dark Violet

📋 copy color: '#8C04CA'

red 140 ◦ green 4 ◦ blue 202

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

Shades of Dark Violet #8C04CA

Tints of Dark Violet #8C04CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 58.38%

R = 40.46%
G = 1.16%
B = 58.38%

CMYK

 C value IS 0.31

 M value IS 0.98

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#8C04CA (or 0x8C04CA) is known color: Dark Violet. HEX triplet: 8C, 04 and CA. RGB value is (140,4,202). Sum of RGB (Red+Green+Blue) = 140+4+202=346 (45% of max value = 765). Red value is 140 (55.08% from 255 or 40.46% from 346); Green value is 4 (1.95% from 255 or 1.16% from 346); Blue value is 202 (79.30% from 255 or 58.38% from 346); Max value from RGB is 202 - color contains mainly: blue. Hex color #8C04CA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8C04CA is #73FB35. Grayscale: #424242. Windows color (decimal): -7600950 or 13239436. OLE color: 13239436.

HSL color Cylindrical-coordinate representation of color #8C04CA: hue angle of 281.21º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8C04CA is Cyan = 0.31, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 140 4 202 -
CMYK 0.31 0.98 0 0.21
HSL 281.21º 0.96% 0.4% -
HSV(B) 281.21º 0.98% 0.79% -
XYZ 21.52 9.93 56.66 -
YUV 67.24 204.06 179.9 -
System Red Green Blue C M Y K H S L
Decimal 140 4 202 0.31 0.98 0 0.21 281.21 0.96 0.4
Hex 8C 4 CA 1F 62 0 15 119 60 28
Octal 214 4 312 37 142 0 25 431 140 50
Binary 10001100 100 11001010 11111 1100010 0 10101 100011001 1100000 101000

Color Harmonies of #8C04CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C04CA

Black with #8C04CA

Text Example


Text Example

White with #8C04CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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