Html Css Color HEX #8900EE Dark Violet

📋 copy color: '#8900EE'

red 137 ◦ green 0 ◦ blue 238

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

Shades of Dark Violet #8900EE

Tints of Dark Violet #8900EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 63.47%

R = 36.53%
G = 0%
B = 63.47%

CMYK

 C value IS 0.42

 M value IS 1

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8900EE (or 0x8900EE) is known color: Dark Violet. HEX triplet: 89, 00 and EE. RGB value is (137,0,238). Sum of RGB (Red+Green+Blue) = 137+0+238=375 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.53% from 375); Green value is 0 (0.39% from 255 or 0% from 375); Blue value is 238 (93.36% from 255 or 63.47% from 375); Max value from RGB is 238 - color contains mainly: blue. Hex color #8900EE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8900EE is #76FF11. Grayscale: #434343. Windows color (decimal): -7798546 or 15597705. OLE color: 15597705.

HSL color Cylindrical-coordinate representation of color #8900EE: hue angle of 274.54º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8900EE is Cyan = 0.42, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 137 0 238 -
CMYK 0.42 1 0 0.07
HSL 274.54º 1% 0.47% -
HSV(B) 274.54º 1% 0.93% -
XYZ 25.75 11.49 81.75 -
YUV 68.1 223.89 177.15 -
System Red Green Blue C M Y K H S L
Decimal 137 0 238 0.42 1 0 0.07 274.54 1 0.47
Hex 89 0 EE 2A 64 0 7 113 64 2F
Octal 211 0 356 52 144 0 7 423 144 57
Binary 10001001 0 11101110 101010 1100100 0 111 100010011 1100100 101111

Color Harmonies of #8900EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8900EE

Black with #8900EE

Text Example


Text Example

White with #8900EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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