Html Css Color HEX #8515CB Dark Violet

📋 copy color: '#8515CB'

red 133 ◦ green 21 ◦ blue 203

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

Shades of Dark Violet #8515CB

Tints of Dark Violet #8515CB

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.88%

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

R = 37.25%
G = 5.88%
B = 56.86%

CMYK

 C value IS 0.34

 M value IS 0.90

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8515CB (or 0x8515CB) is known color: Dark Violet. HEX triplet: 85, 15 and CB. RGB value is (133,21,203). Sum of RGB (Red+Green+Blue) = 133+21+203=357 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.25% from 357); Green value is 21 (8.59% from 255 or 5.88% from 357); Blue value is 203 (79.69% from 255 or 56.86% from 357); Max value from RGB is 203 - color contains mainly: blue. Hex color #8515CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8515CB is #7AEA34. Grayscale: #4A4A4A. Windows color (decimal): -8055349 or 13309317. OLE color: 13309317.

HSL color Cylindrical-coordinate representation of color #8515CB: hue angle of 276.92º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8515CB is Cyan = 0.34, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 133 21 203 -
CMYK 0.34 0.90 0 0.20
HSL 276.92º 0.81% 0.44% -
HSV(B) 276.92º 0.9% 0.8% -
XYZ 20.72 9.83 57.31 -
YUV 75.24 200.11 169.2 -
System Red Green Blue C M Y K H S L
Decimal 133 21 203 0.34 0.90 0 0.20 276.92 0.81 0.44
Hex 85 15 CB 22 5A 0 14 115 51 2C
Octal 205 25 313 42 132 0 24 425 121 54
Binary 10000101 10101 11001011 100010 1011010 0 10100 100010101 1010001 101100

Color Harmonies of #8515CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8515CB

Black with #8515CB

Text Example


Text Example

White with #8515CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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