Html Css Color HEX #9011BC Dark Violet

📋 copy color: '#9011BC'

red 144 ◦ green 17 ◦ blue 188

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

Shades of Dark Violet #9011BC

Tints of Dark Violet #9011BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 53.87%

R = 41.26%
G = 4.87%
B = 53.87%

CMYK

 C value IS 0.23

 M value IS 0.91

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9011BC (or 0x9011BC) is known color: Dark Violet. HEX triplet: 90, 11 and BC. RGB value is (144,17,188). Sum of RGB (Red+Green+Blue) = 144+17+188=349 (46% of max value = 765). Red value is 144 (56.64% from 255 or 41.26% from 349); Green value is 17 (7.03% from 255 or 4.87% from 349); Blue value is 188 (73.83% from 255 or 53.87% from 349); Max value from RGB is 188 - color contains mainly: blue. Hex color #9011BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9011BC is #6FEE43. Grayscale: #494949. Windows color (decimal): -7335492 or 12325264. OLE color: 12325264.

HSL color Cylindrical-coordinate representation of color #9011BC: hue angle of 284.56º 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 #9011BC is Cyan = 0.23, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 144 17 188 -
CMYK 0.23 0.91 0 0.26
HSL 284.56º 0.83% 0.4% -
HSV(B) 284.56º 0.91% 0.74% -
XYZ 20.78 9.96 48.4 -
YUV 74.47 192.08 177.6 -
System Red Green Blue C M Y K H S L
Decimal 144 17 188 0.23 0.91 0 0.26 284.56 0.83 0.4
Hex 90 11 BC 17 5B 0 1A 11D 53 28
Octal 220 21 274 27 133 0 32 435 123 50
Binary 10010000 10001 10111100 10111 1011011 0 11010 100011101 1010011 101000

Color Harmonies of #9011BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9011BC

Black with #9011BC

Text Example


Text Example

White with #9011BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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