Html Css Color HEX #802DCC Blue Violet

📋 copy color: '#802DCC'

red 128 ◦ green 45 ◦ blue 204

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

Shades of Blue Violet #802DCC

Tints of Blue Violet #802DCC

RGB

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

 GREEN value IS 45 (17.97% from 255) = 11.94%

 BLUE value IS 204 (80.08% from 255) = 54.11%

R = 33.95%
G = 11.94%
B = 54.11%

CMYK

 C value IS 0.37

 M value IS 0.78

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#802DCC (or 0x802DCC) is known color: Blue Violet. HEX triplet: 80, 2D and CC. RGB value is (128,45,204). Sum of RGB (Red+Green+Blue) = 128+45+204=377 (49% of max value = 765). Red value is 128 (50.39% from 255 or 33.95% from 377); Green value is 45 (17.97% from 255 or 11.94% from 377); Blue value is 204 (80.08% from 255 or 54.11% from 377); Max value from RGB is 204 - color contains mainly: blue. Hex color #802DCC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #802DCC is #7FD233. Grayscale: #575757. Windows color (decimal): -8376884 or 13380992. OLE color: 13380992.

HSL color Cylindrical-coordinate representation of color #802DCC: hue angle of 271.32º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #802DCC is Cyan = 0.37, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 128 45 204 -
CMYK 0.37 0.78 0 0.2
HSL 271.32º 0.64% 0.49% -
HSV(B) 271.32º 0.78% 0.8% -
XYZ 20.74 10.83 58.12 -
YUV 87.94 193.5 156.57 -
System Red Green Blue C M Y K H S L
Decimal 128 45 204 0.37 0.78 0 0.2 271.32 0.64 0.49
Hex 80 2D CC 25 4E 0 14 10F 40 31
Octal 200 55 314 45 116 0 24 417 100 61
Binary 10000000 101101 11001100 100101 1001110 0 10100 100001111 1000000 110001

Color Harmonies of #802DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #802DCC

Black with #802DCC

Text Example


Text Example

White with #802DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #802DCC; }

 p { color: rgb(128,45,204); }

 H1.HeaderClassName
 {
   color: #802DCC;
 }
 .AnyTagClassName
 {
   color: #802DCC;
 }
</style>

background-color css

<style>
 a { background-color: #802DCC; }

 a { background-color: rgb(128,45,204); }

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

border-color css

<style>
 span { border-color: #802DCC; }

 span { border-color: rgb(128,45,204); }

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