Html Css Color HEX #8517CA Dark Violet

📋 copy color: '#8517CA'

red 133 ◦ green 23 ◦ blue 202

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

Shades of Dark Violet #8517CA

Tints of Dark Violet #8517CA

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.42%

 BLUE value IS 202 (79.3% from 255) = 56.42%

R = 37.15%
G = 6.42%
B = 56.42%

CMYK

 C value IS 0.34

 M value IS 0.89

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#8517CA (or 0x8517CA) is known color: Dark Violet. HEX triplet: 85, 17 and CA. RGB value is (133,23,202). Sum of RGB (Red+Green+Blue) = 133+23+202=358 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.15% from 358); Green value is 23 (9.38% from 255 or 6.42% from 358); Blue value is 202 (79.30% from 255 or 56.42% from 358); Max value from RGB is 202 - color contains mainly: blue. Hex color #8517CA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8517CA is #7AE835. Grayscale: #4B4B4B. Windows color (decimal): -8054838 or 13244293. OLE color: 13244293.

HSL color Cylindrical-coordinate representation of color #8517CA: hue angle of 276.87º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8517CA is Cyan = 0.34, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 133 23 202 -
CMYK 0.34 0.89 0 0.21
HSL 276.87º 0.8% 0.44% -
HSV(B) 276.87º 0.89% 0.79% -
XYZ 20.64 9.86 56.69 -
YUV 76.3 198.94 168.45 -
System Red Green Blue C M Y K H S L
Decimal 133 23 202 0.34 0.89 0 0.21 276.87 0.8 0.44
Hex 85 17 CA 22 59 0 15 115 50 2C
Octal 205 27 312 42 131 0 25 425 120 54
Binary 10000101 10111 11001010 100010 1011001 0 10101 100010101 1010000 101100

Color Harmonies of #8517CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8517CA

Black with #8517CA

Text Example


Text Example

White with #8517CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8517CA; }

 p { color: rgb(133,23,202); }

 H1.HeaderClassName
 {
   color: #8517CA;
 }
 .AnyTagClassName
 {
   color: #8517CA;
 }
</style>

background-color css

<style>
 a { background-color: #8517CA; }

 a { background-color: rgb(133,23,202); }

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

border-color css

<style>
 span { border-color: #8517CA; }

 span { border-color: rgb(133,23,202); }

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