Html Css Color HEX #802CDD Blue Violet

📋 copy color: '#802CDD'

red 128 ◦ green 44 ◦ blue 221

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

Shades of Blue Violet #802CDD

Tints of Blue Violet #802CDD

RGB

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

 GREEN value IS 44 (17.58% from 255) = 11.2%

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

R = 32.57%
G = 11.2%
B = 56.23%

CMYK

 C value IS 0.42

 M value IS 0.80

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#802CDD (or 0x802CDD) is known color: Blue Violet. HEX triplet: 80, 2C and DD. RGB value is (128,44,221). Sum of RGB (Red+Green+Blue) = 128+44+221=393 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.57% from 393); Green value is 44 (17.58% from 255 or 11.20% from 393); Blue value is 221 (86.72% from 255 or 56.23% from 393); Max value from RGB is 221 - color contains mainly: blue. Hex color #802CDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #802CDD is #7FD322. Grayscale: #585858. Windows color (decimal): -8377123 or 14494848. OLE color: 14494848.

HSL color Cylindrical-coordinate representation of color #802CDD: hue angle of 268.47º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #802CDD is Cyan = 0.42, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 128 44 221 -
CMYK 0.42 0.80 0 0.13
HSL 268.47º 0.72% 0.52% -
HSV(B) 268.47º 0.8% 0.87% -
XYZ 22.85 11.61 69.44 -
YUV 89.29 202.33 155.61 -
System Red Green Blue C M Y K H S L
Decimal 128 44 221 0.42 0.80 0 0.13 268.47 0.72 0.52
Hex 80 2C DD 2A 50 0 D 10C 48 34
Octal 200 54 335 52 120 0 15 414 110 64
Binary 10000000 101100 11011101 101010 1010000 0 1101 100001100 1001000 110100

Color Harmonies of #802CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #802CDD

Black with #802CDD

Text Example


Text Example

White with #802CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,44,221); }

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

background-color css

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

 a { background-color: rgb(128,44,221); }

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

border-color css

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

 span { border-color: rgb(128,44,221); }

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