Html Css Color HEX #8518CA Dark Violet

📋 copy color: '#8518CA'

red 133 ◦ green 24 ◦ blue 202

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

Shades of Dark Violet #8518CA

Tints of Dark Violet #8518CA

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.69%

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

R = 37.05%
G = 6.69%
B = 56.27%

CMYK

 C value IS 0.34

 M value IS 0.88

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#8518CA (or 0x8518CA) is known color: Dark Violet. HEX triplet: 85, 18 and CA. RGB value is (133,24,202). Sum of RGB (Red+Green+Blue) = 133+24+202=359 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.05% from 359); Green value is 24 (9.77% from 255 or 6.69% from 359); Blue value is 202 (79.30% from 255 or 56.27% from 359); Max value from RGB is 202 - color contains mainly: blue. Hex color #8518CA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8518CA is #7AE735. Grayscale: #4C4C4C. Windows color (decimal): -8054582 or 13244549. OLE color: 13244549.

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

Color convert

RGB 133 24 202 -
CMYK 0.34 0.88 0 0.21
HSL 276.74º 0.79% 0.44% -
HSV(B) 276.74º 0.88% 0.79% -
XYZ 20.66 9.9 56.7 -
YUV 76.88 198.61 168.03 -
System Red Green Blue C M Y K H S L
Decimal 133 24 202 0.34 0.88 0 0.21 276.74 0.79 0.44
Hex 85 18 CA 22 58 0 15 115 4F 2C
Octal 205 30 312 42 130 0 25 425 117 54
Binary 10000101 11000 11001010 100010 1011000 0 10101 100010101 1001111 101100

Color Harmonies of #8518CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8518CA

Black with #8518CA

Text Example


Text Example

White with #8518CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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