Html Css Color HEX #8917CA Dark Violet

📋 copy color: '#8917CA'

red 137 ◦ green 23 ◦ blue 202

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

Shades of Dark Violet #8917CA

Tints of Dark Violet #8917CA

RGB

 RED value IS 137 (53.91% from 255) = 37.85%

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

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

R = 37.85%
G = 6.35%
B = 55.8%

CMYK

 C value IS 0.32

 M value IS 0.89

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#8917CA (or 0x8917CA) is known color: Dark Violet. HEX triplet: 89, 17 and CA. RGB value is (137,23,202). Sum of RGB (Red+Green+Blue) = 137+23+202=362 (47% of max value = 765). Red value is 137 (53.91% from 255 or 37.85% from 362); Green value is 23 (9.38% from 255 or 6.35% from 362); Blue value is 202 (79.30% from 255 or 55.80% from 362); Max value from RGB is 202 - color contains mainly: blue. Hex color #8917CA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8917CA is #76E835. Grayscale: #4C4C4C. Windows color (decimal): -7792694 or 13244297. OLE color: 13244297.

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

Color convert

RGB 137 23 202 -
CMYK 0.32 0.89 0 0.21
HSL 278.21º 0.8% 0.44% -
HSV(B) 278.21º 0.89% 0.79% -
XYZ 21.28 10.2 56.72 -
YUV 77.49 198.27 170.45 -
System Red Green Blue C M Y K H S L
Decimal 137 23 202 0.32 0.89 0 0.21 278.21 0.8 0.44
Hex 89 17 CA 20 59 0 15 116 50 2C
Octal 211 27 312 40 131 0 25 426 120 54
Binary 10001001 10111 11001010 100000 1011001 0 10101 100010110 1010000 101100

Color Harmonies of #8917CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8917CA

Black with #8917CA

Text Example


Text Example

White with #8917CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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