Html Css Color HEX #8C03DD Dark Violet

📋 copy color: '#8C03DD'

red 140 ◦ green 3 ◦ blue 221

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

Shades of Dark Violet #8C03DD

Tints of Dark Violet #8C03DD

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.82%

 BLUE value IS 221 (86.72% from 255) = 60.71%

R = 38.46%
G = 0.82%
B = 60.71%

CMYK

 C value IS 0.37

 M value IS 0.99

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8C03DD (or 0x8C03DD) is known color: Dark Violet. HEX triplet: 8C, 03 and DD. RGB value is (140,3,221). Sum of RGB (Red+Green+Blue) = 140+3+221=364 (48% of max value = 765). Red value is 140 (55.08% from 255 or 38.46% from 364); Green value is 3 (1.56% from 255 or 0.82% from 364); Blue value is 221 (86.72% from 255 or 60.71% from 364); Max value from RGB is 221 - color contains mainly: blue. Hex color #8C03DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8C03DD is #73FC22. Grayscale: #444444. Windows color (decimal): -7601187 or 14484364. OLE color: 14484364.

HSL color Cylindrical-coordinate representation of color #8C03DD: hue angle of 277.71º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8C03DD is Cyan = 0.37, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 140 3 221 -
CMYK 0.37 0.99 0 0.13
HSL 277.71º 0.97% 0.44% -
HSV(B) 277.71º 0.99% 0.87% -
XYZ 23.9 10.86 69.24 -
YUV 68.82 213.89 178.77 -
System Red Green Blue C M Y K H S L
Decimal 140 3 221 0.37 0.99 0 0.13 277.71 0.97 0.44
Hex 8C 3 DD 25 63 0 D 116 61 2C
Octal 214 3 335 45 143 0 15 426 141 54
Binary 10001100 11 11011101 100101 1100011 0 1101 100010110 1100001 101100

Color Harmonies of #8C03DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C03DD

Black with #8C03DD

Text Example


Text Example

White with #8C03DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,3,221); }

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

background-color css

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

 a { background-color: rgb(140,3,221); }

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

border-color css

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

 span { border-color: rgb(140,3,221); }

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