Html Css Color HEX #8502CB Dark Violet

📋 copy color: '#8502CB'

red 133 ◦ green 2 ◦ blue 203

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

Shades of Dark Violet #8502CB

Tints of Dark Violet #8502CB

RGB

 RED value IS 133 (52.34% from 255) = 39.35%

 GREEN value IS 2 (1.17% from 255) = 0.59%

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

R = 39.35%
G = 0.59%
B = 60.06%

CMYK

 C value IS 0.34

 M value IS 0.99

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8502CB (or 0x8502CB) is known color: Dark Violet. HEX triplet: 85, 02 and CB. RGB value is (133,2,203). Sum of RGB (Red+Green+Blue) = 133+2+203=338 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.35% from 338); Green value is 2 (1.17% from 255 or 0.59% 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 #8502CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8502CB is #7AFD34. Grayscale: #3F3F3F. Windows color (decimal): -8060213 or 13304453. OLE color: 13304453.

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

Color convert

RGB 133 2 203 -
CMYK 0.34 0.99 0 0.20
HSL 279.1º 0.98% 0.4% -
HSV(B) 279.1º 0.99% 0.8% -
XYZ 20.47 9.34 57.22 -
YUV 64.08 206.4 177.16 -
System Red Green Blue C M Y K H S L
Decimal 133 2 203 0.34 0.99 0 0.20 279.1 0.98 0.4
Hex 85 2 CB 22 63 0 14 117 62 28
Octal 205 2 313 42 143 0 24 427 142 50
Binary 10000101 10 11001011 100010 1100011 0 10100 100010111 1100010 101000

Color Harmonies of #8502CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8502CB

Black with #8502CB

Text Example


Text Example

White with #8502CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,2,203); }

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

background-color css

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

 a { background-color: rgb(133,2,203); }

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

border-color css

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

 span { border-color: rgb(133,2,203); }

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