Html Css Color HEX #8718CA Dark Violet

📋 copy color: '#8718CA'

red 135 ◦ green 24 ◦ blue 202

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

Shades of Dark Violet #8718CA

Tints of Dark Violet #8718CA

RGB

 RED value IS 135 (53.13% from 255) = 37.4%

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

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

R = 37.4%
G = 6.65%
B = 55.96%

CMYK

 C value IS 0.33

 M value IS 0.88

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#8718CA (or 0x8718CA) is known color: Dark Violet. HEX triplet: 87, 18 and CA. RGB value is (135,24,202). Sum of RGB (Red+Green+Blue) = 135+24+202=361 (47% of max value = 765). Red value is 135 (53.12% from 255 or 37.40% from 361); Green value is 24 (9.77% from 255 or 6.65% from 361); Blue value is 202 (79.30% from 255 or 55.96% from 361); Max value from RGB is 202 - color contains mainly: blue. Hex color #8718CA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8718CA is #78E735. Grayscale: #4C4C4C. Windows color (decimal): -7923510 or 13244551. OLE color: 13244551.

HSL color Cylindrical-coordinate representation of color #8718CA: hue angle of 277.42º 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 #8718CA is Cyan = 0.33, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 135 24 202 -
CMYK 0.33 0.88 0 0.21
HSL 277.42º 0.79% 0.44% -
HSV(B) 277.42º 0.88% 0.79% -
XYZ 20.98 10.07 56.71 -
YUV 77.48 198.27 169.03 -
System Red Green Blue C M Y K H S L
Decimal 135 24 202 0.33 0.88 0 0.21 277.42 0.79 0.44
Hex 87 18 CA 21 58 0 15 115 4F 2C
Octal 207 30 312 41 130 0 25 425 117 54
Binary 10000111 11000 11001010 100001 1011000 0 10101 100010101 1001111 101100

Color Harmonies of #8718CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8718CA

Black with #8718CA

Text Example


Text Example

White with #8718CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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