Html Css Color HEX #8918CC Dark Violet

📋 copy color: '#8918CC'

red 137 ◦ green 24 ◦ blue 204

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

Shades of Dark Violet #8918CC

Tints of Dark Violet #8918CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 55.89%

R = 37.53%
G = 6.58%
B = 55.89%

CMYK

 C value IS 0.33

 M value IS 0.88

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#8918CC (or 0x8918CC) is known color: Dark Violet. HEX triplet: 89, 18 and CC. RGB value is (137,24,204). Sum of RGB (Red+Green+Blue) = 137+24+204=365 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.53% from 365); Green value is 24 (9.77% from 255 or 6.58% from 365); Blue value is 204 (80.08% from 255 or 55.89% from 365); Max value from RGB is 204 - color contains mainly: blue. Hex color #8918CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8918CC is #76E733. Grayscale: #4D4D4D. Windows color (decimal): -7792436 or 13375625. OLE color: 13375625.

HSL color Cylindrical-coordinate representation of color #8918CC: hue angle of 277.67º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8918CC is Cyan = 0.33, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 137 24 204 -
CMYK 0.33 0.88 0 0.2
HSL 277.67º 0.79% 0.45% -
HSV(B) 277.67º 0.88% 0.8% -
XYZ 21.54 10.33 57.99 -
YUV 78.31 198.94 169.86 -
System Red Green Blue C M Y K H S L
Decimal 137 24 204 0.33 0.88 0 0.2 277.67 0.79 0.45
Hex 89 18 CC 21 58 0 14 116 4F 2D
Octal 211 30 314 41 130 0 24 426 117 55
Binary 10001001 11000 11001100 100001 1011000 0 10100 100010110 1001111 101101

Color Harmonies of #8918CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8918CC

Black with #8918CC

Text Example


Text Example

White with #8918CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8918CC; }

 p { color: rgb(137,24,204); }

 H1.HeaderClassName
 {
   color: #8918CC;
 }
 .AnyTagClassName
 {
   color: #8918CC;
 }
</style>

background-color css

<style>
 a { background-color: #8918CC; }

 a { background-color: rgb(137,24,204); }

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

border-color css

<style>
 span { border-color: #8918CC; }

 span { border-color: rgb(137,24,204); }

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