Html Css Color HEX #8900BD Dark Violet

📋 copy color: '#8900BD'

red 137 ◦ green 0 ◦ blue 189

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

Shades of Dark Violet #8900BD

Tints of Dark Violet #8900BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 57.98%

R = 42.02%
G = 0%
B = 57.98%

CMYK

 C value IS 0.28

 M value IS 1

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8900BD (or 0x8900BD) is known color: Dark Violet. HEX triplet: 89, 00 and BD. RGB value is (137,0,189). Sum of RGB (Red+Green+Blue) = 137+0+189=326 (43% of max value = 765). Red value is 137 (53.91% from 255 or 42.02% from 326); Green value is 0 (0.39% from 255 or 0% from 326); Blue value is 189 (74.22% from 255 or 57.98% from 326); Max value from RGB is 189 - color contains mainly: blue. Hex color #8900BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8900BD is #76FF42. Grayscale: #3D3D3D. Windows color (decimal): -7798595 or 12386441. OLE color: 12386441.

HSL color Cylindrical-coordinate representation of color #8900BD: hue angle of 283.49º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8900BD is Cyan = 0.28, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 137 0 189 -
CMYK 0.28 1 0 0.26
HSL 283.49º 1% 0.37% -
HSV(B) 283.49º 1% 0.74% -
XYZ 19.5 8.99 48.85 -
YUV 62.51 199.39 181.13 -
System Red Green Blue C M Y K H S L
Decimal 137 0 189 0.28 1 0 0.26 283.49 1 0.37
Hex 89 0 BD 1C 64 0 1A 11B 64 25
Octal 211 0 275 34 144 0 32 433 144 45
Binary 10001001 0 10111101 11100 1100100 0 11010 100011011 1100100 100101

Color Harmonies of #8900BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8900BD

Black with #8900BD

Text Example


Text Example

White with #8900BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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