Html Css Color HEX #8205CB Dark Violet

📋 copy color: '#8205CB'

red 130 ◦ green 5 ◦ blue 203

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

Shades of Dark Violet #8205CB

Tints of Dark Violet #8205CB

RGB

 RED value IS 130 (51.17% from 255) = 38.46%

 GREEN value IS 5 (2.34% from 255) = 1.48%

 BLUE value IS 203 (79.69% from 255) = 60.06%

R = 38.46%
G = 1.48%
B = 60.06%

CMYK

 C value IS 0.36

 M value IS 0.98

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8205CB (or 0x8205CB) is known color: Dark Violet. HEX triplet: 82, 05 and CB. RGB value is (130,5,203). Sum of RGB (Red+Green+Blue) = 130+5+203=338 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.46% from 338); Green value is 5 (2.34% from 255 or 1.48% from 338); Blue value is 203 (79.69% from 255 or 60.06% from 338); Max value from RGB is 203 - color contains mainly: blue. Hex color #8205CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8205CB is #7DFA34. Grayscale: #404040. Windows color (decimal): -8256053 or 13305218. OLE color: 13305218.

HSL color Cylindrical-coordinate representation of color #8205CB: hue angle of 277.88º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8205CB is Cyan = 0.36, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 130 5 203 -
CMYK 0.36 0.98 0 0.20
HSL 277.88º 0.95% 0.41% -
HSV(B) 277.88º 0.98% 0.8% -
XYZ 20.04 9.17 57.21 -
YUV 64.95 205.91 174.4 -
System Red Green Blue C M Y K H S L
Decimal 130 5 203 0.36 0.98 0 0.20 277.88 0.95 0.41
Hex 82 5 CB 24 62 0 14 116 5F 29
Octal 202 5 313 44 142 0 24 426 137 51
Binary 10000010 101 11001011 100100 1100010 0 10100 100010110 1011111 101001

Color Harmonies of #8205CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8205CB

Black with #8205CB

Text Example


Text Example

White with #8205CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8205CB; }

 p { color: rgb(130,5,203); }

 H1.HeaderClassName
 {
   color: #8205CB;
 }
 .AnyTagClassName
 {
   color: #8205CB;
 }
</style>

background-color css

<style>
 a { background-color: #8205CB; }

 a { background-color: rgb(130,5,203); }

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

border-color css

<style>
 span { border-color: #8205CB; }

 span { border-color: rgb(130,5,203); }

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