Html Css Color HEX #9011BD Dark Violet

📋 copy color: '#9011BD'

red 144 ◦ green 17 ◦ blue 189

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

Shades of Dark Violet #9011BD

Tints of Dark Violet #9011BD

RGB

 RED value IS 144 (56.64% from 255) = 41.14%

 GREEN value IS 17 (7.03% from 255) = 4.86%

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

R = 41.14%
G = 4.86%
B = 54%

CMYK

 C value IS 0.24

 M value IS 0.91

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9011BD (or 0x9011BD) is known color: Dark Violet. HEX triplet: 90, 11 and BD. RGB value is (144,17,189). Sum of RGB (Red+Green+Blue) = 144+17+189=350 (46% of max value = 765). Red value is 144 (56.64% from 255 or 41.14% from 350); Green value is 17 (7.03% from 255 or 4.86% from 350); Blue value is 189 (74.22% from 255 or 54% from 350); Max value from RGB is 189 - color contains mainly: blue. Hex color #9011BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9011BD is #6FEE42. Grayscale: #4A4A4A. Windows color (decimal): -7335491 or 12390800. OLE color: 12390800.

HSL color Cylindrical-coordinate representation of color #9011BD: hue angle of 284.3º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9011BD is Cyan = 0.24, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 144 17 189 -
CMYK 0.24 0.91 0 0.26
HSL 284.3º 0.83% 0.4% -
HSV(B) 284.3º 0.91% 0.74% -
XYZ 20.89 10 48.97 -
YUV 74.58 192.58 177.51 -
System Red Green Blue C M Y K H S L
Decimal 144 17 189 0.24 0.91 0 0.26 284.3 0.83 0.4
Hex 90 11 BD 18 5B 0 1A 11C 53 28
Octal 220 21 275 30 133 0 32 434 123 50
Binary 10010000 10001 10111101 11000 1011011 0 11010 100011100 1010011 101000

Color Harmonies of #9011BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9011BD

Black with #9011BD

Text Example


Text Example

White with #9011BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,17,189); }

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

background-color css

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

 a { background-color: rgb(144,17,189); }

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

border-color css

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

 span { border-color: rgb(144,17,189); }

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