Html Css Color HEX #8511CD Dark Violet

📋 copy color: '#8511CD'

red 133 ◦ green 17 ◦ blue 205

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

Shades of Dark Violet #8511CD

Tints of Dark Violet #8511CD

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.79%

 BLUE value IS 205 (80.47% from 255) = 57.75%

R = 37.46%
G = 4.79%
B = 57.75%

CMYK

 C value IS 0.35

 M value IS 0.92

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8511CD (or 0x8511CD) is known color: Dark Violet. HEX triplet: 85, 11 and CD. RGB value is (133,17,205). Sum of RGB (Red+Green+Blue) = 133+17+205=355 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.46% from 355); Green value is 17 (7.03% from 255 or 4.79% from 355); Blue value is 205 (80.47% from 255 or 57.75% from 355); Max value from RGB is 205 - color contains mainly: blue. Hex color #8511CD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8511CD is #7AEE32. Grayscale: #484848. Windows color (decimal): -8056371 or 13439365. OLE color: 13439365.

HSL color Cylindrical-coordinate representation of color #8511CD: hue angle of 277.02º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8511CD is Cyan = 0.35, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 133 17 205 -
CMYK 0.35 0.92 0 0.20
HSL 277.02º 0.85% 0.44% -
HSV(B) 277.02º 0.92% 0.8% -
XYZ 20.89 9.8 58.55 -
YUV 73.12 202.43 170.71 -
System Red Green Blue C M Y K H S L
Decimal 133 17 205 0.35 0.92 0 0.20 277.02 0.85 0.44
Hex 85 11 CD 23 5C 0 14 115 55 2C
Octal 205 21 315 43 134 0 24 425 125 54
Binary 10000101 10001 11001101 100011 1011100 0 10100 100010101 1010101 101100

Color Harmonies of #8511CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8511CD

Black with #8511CD

Text Example


Text Example

White with #8511CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8511CD; }

 p { color: rgb(133,17,205); }

 H1.HeaderClassName
 {
   color: #8511CD;
 }
 .AnyTagClassName
 {
   color: #8511CD;
 }
</style>

background-color css

<style>
 a { background-color: #8511CD; }

 a { background-color: rgb(133,17,205); }

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

border-color css

<style>
 span { border-color: #8511CD; }

 span { border-color: rgb(133,17,205); }

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