Html Css Color HEX #9611DB Dark Violet

📋 copy color: '#9611DB'

red 150 ◦ green 17 ◦ blue 219

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

Shades of Dark Violet #9611DB

Tints of Dark Violet #9611DB

RGB

 RED value IS 150 (58.98% from 255) = 38.86%

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

 BLUE value IS 219 (85.94% from 255) = 56.74%

R = 38.86%
G = 4.4%
B = 56.74%

CMYK

 C value IS 0.32

 M value IS 0.92

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9611DB (or 0x9611DB) is known color: Dark Violet. HEX triplet: 96, 11 and DB. RGB value is (150,17,219). Sum of RGB (Red+Green+Blue) = 150+17+219=386 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.86% from 386); Green value is 17 (7.03% from 255 or 4.40% from 386); Blue value is 219 (85.94% from 255 or 56.74% from 386); Max value from RGB is 219 - color contains mainly: blue. Hex color #9611DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9611DB is #69EE24. Grayscale: #4F4F4F. Windows color (decimal): -6942245 or 14356886. OLE color: 14356886.

HSL color Cylindrical-coordinate representation of color #9611DB: hue angle of 279.5º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9611DB is Cyan = 0.32, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 150 17 219 -
CMYK 0.32 0.92 0 0.14
HSL 279.5º 0.86% 0.46% -
HSV(B) 279.5º 0.92% 0.86% -
XYZ 25.56 12 67.99 -
YUV 79.8 206.56 178.07 -
System Red Green Blue C M Y K H S L
Decimal 150 17 219 0.32 0.92 0 0.14 279.5 0.86 0.46
Hex 96 11 DB 20 5C 0 E 118 56 2E
Octal 226 21 333 40 134 0 16 430 126 56
Binary 10010110 10001 11011011 100000 1011100 0 1110 100011000 1010110 101110

Color Harmonies of #9611DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9611DB

Black with #9611DB

Text Example


Text Example

White with #9611DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9611DB; }

 p { color: rgb(150,17,219); }

 H1.HeaderClassName
 {
   color: #9611DB;
 }
 .AnyTagClassName
 {
   color: #9611DB;
 }
</style>

background-color css

<style>
 a { background-color: #9611DB; }

 a { background-color: rgb(150,17,219); }

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

border-color css

<style>
 span { border-color: #9611DB; }

 span { border-color: rgb(150,17,219); }

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