Html Css Color HEX #8900EB Dark Violet

📋 copy color: '#8900EB'

red 137 ◦ green 0 ◦ blue 235

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

Shades of Dark Violet #8900EB

Tints of Dark Violet #8900EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 63.17%

R = 36.83%
G = 0%
B = 63.17%

CMYK

 C value IS 0.42

 M value IS 1

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8900EB (or 0x8900EB) is known color: Dark Violet. HEX triplet: 89, 00 and EB. RGB value is (137,0,235). Sum of RGB (Red+Green+Blue) = 137+0+235=372 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.83% from 372); Green value is 0 (0.39% from 255 or 0% from 372); Blue value is 235 (92.19% from 255 or 63.17% from 372); Max value from RGB is 235 - color contains mainly: blue. Hex color #8900EB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8900EB is #76FF14. Grayscale: #424242. Windows color (decimal): -7798549 or 15401097. OLE color: 15401097.

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

Color convert

RGB 137 0 235 -
CMYK 0.42 1 0 0.08
HSL 274.98º 1% 0.46% -
HSV(B) 274.98º 1% 0.92% -
XYZ 25.31 11.32 79.45 -
YUV 67.75 222.39 177.39 -
System Red Green Blue C M Y K H S L
Decimal 137 0 235 0.42 1 0 0.08 274.98 1 0.46
Hex 89 0 EB 2A 64 0 8 113 64 2E
Octal 211 0 353 52 144 0 10 423 144 56
Binary 10001001 0 11101011 101010 1100100 0 1000 100010011 1100100 101110

Color Harmonies of #8900EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8900EB

Black with #8900EB

Text Example


Text Example

White with #8900EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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