Html Css Color HEX #800CBD Dark Violet

📋 copy color: '#800CBD'

red 128 ◦ green 12 ◦ blue 189

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

Shades of Dark Violet #800CBD

Tints of Dark Violet #800CBD

RGB

 RED value IS 128 (50.39% from 255) = 38.91%

 GREEN value IS 12 (5.08% from 255) = 3.65%

 BLUE value IS 189 (74.22% from 255) = 57.45%

R = 38.91%
G = 3.65%
B = 57.45%

CMYK

 C value IS 0.32

 M value IS 0.94

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#800CBD (or 0x800CBD) is known color: Dark Violet. HEX triplet: 80, 0C and BD. RGB value is (128,12,189). Sum of RGB (Red+Green+Blue) = 128+12+189=329 (43% of max value = 765). Red value is 128 (50.39% from 255 or 38.91% from 329); Green value is 12 (5.08% from 255 or 3.65% from 329); Blue value is 189 (74.22% from 255 or 57.45% from 329); Max value from RGB is 189 - color contains mainly: blue. Hex color #800CBD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #800CBD is #7FF342. Grayscale: #424242. Windows color (decimal): -8385347 or 12389504. OLE color: 12389504.

HSL color Cylindrical-coordinate representation of color #800CBD: hue angle of 279.32º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #800CBD is Cyan = 0.32, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 128 12 189 -
CMYK 0.32 0.94 0 0.26
HSL 279.32º 0.88% 0.39% -
HSV(B) 279.32º 0.94% 0.74% -
XYZ 18.22 8.53 48.83 -
YUV 66.86 196.93 171.61 -
System Red Green Blue C M Y K H S L
Decimal 128 12 189 0.32 0.94 0 0.26 279.32 0.88 0.39
Hex 80 C BD 20 5E 0 1A 117 58 27
Octal 200 14 275 40 136 0 32 427 130 47
Binary 10000000 1100 10111101 100000 1011110 0 11010 100010111 1011000 100111

Color Harmonies of #800CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #800CBD

Black with #800CBD

Text Example


Text Example

White with #800CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #800CBD; }

 p { color: rgb(128,12,189); }

 H1.HeaderClassName
 {
   color: #800CBD;
 }
 .AnyTagClassName
 {
   color: #800CBD;
 }
</style>

background-color css

<style>
 a { background-color: #800CBD; }

 a { background-color: rgb(128,12,189); }

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

border-color css

<style>
 span { border-color: #800CBD; }

 span { border-color: rgb(128,12,189); }

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