Html Css Color HEX #8900CE Dark Violet

📋 copy color: '#8900CE'

red 137 ◦ green 0 ◦ blue 206

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

Shades of Dark Violet #8900CE

Tints of Dark Violet #8900CE

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 206 (80.86% from 255) = 60.06%

R = 39.94%
G = 0%
B = 60.06%

CMYK

 C value IS 0.33

 M value IS 1

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8900CE (or 0x8900CE) is known color: Dark Violet. HEX triplet: 89, 00 and CE. RGB value is (137,0,206). Sum of RGB (Red+Green+Blue) = 137+0+206=343 (45% of max value = 765). Red value is 137 (53.91% from 255 or 39.94% from 343); Green value is 0 (0.39% from 255 or 0% from 343); Blue value is 206 (80.86% from 255 or 60.06% from 343); Max value from RGB is 206 - color contains mainly: blue. Hex color #8900CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8900CE is #76FF31. Grayscale: #3F3F3F. Windows color (decimal): -7798578 or 13500553. OLE color: 13500553.

HSL color Cylindrical-coordinate representation of color #8900CE: hue angle of 279.9º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8900CE is Cyan = 0.33, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 137 0 206 -
CMYK 0.33 1 0 0.19
HSL 279.9º 1% 0.4% -
HSV(B) 279.9º 1% 0.81% -
XYZ 21.46 9.77 59.15 -
YUV 64.45 207.89 179.75 -
System Red Green Blue C M Y K H S L
Decimal 137 0 206 0.33 1 0 0.19 279.9 1 0.4
Hex 89 0 CE 21 64 0 13 118 64 28
Octal 211 0 316 41 144 0 23 430 144 50
Binary 10001001 0 11001110 100001 1100100 0 10011 100011000 1100100 101000

Color Harmonies of #8900CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8900CE

Black with #8900CE

Text Example


Text Example

White with #8900CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8900CE; }

 p { color: rgb(137,0,206); }

 H1.HeaderClassName
 {
   color: #8900CE;
 }
 .AnyTagClassName
 {
   color: #8900CE;
 }
</style>

background-color css

<style>
 a { background-color: #8900CE; }

 a { background-color: rgb(137,0,206); }

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

border-color css

<style>
 span { border-color: #8900CE; }

 span { border-color: rgb(137,0,206); }

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