Html Css Color HEX #9B12BB Dark Violet

📋 copy color: '#9B12BB'

red 155 ◦ green 18 ◦ blue 187

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

Shades of Dark Violet #9B12BB

Tints of Dark Violet #9B12BB

RGB

 RED value IS 155 (60.94% from 255) = 43.06%

 GREEN value IS 18 (7.42% from 255) = 5%

 BLUE value IS 187 (73.44% from 255) = 51.94%

R = 43.06%
G = 5%
B = 51.94%

CMYK

 C value IS 0.17

 M value IS 0.90

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9B12BB (or 0x9B12BB) is known color: Dark Violet. HEX triplet: 9B, 12 and BB. RGB value is (155,18,187). Sum of RGB (Red+Green+Blue) = 155+18+187=360 (47% of max value = 765). Red value is 155 (60.94% from 255 or 43.06% from 360); Green value is 18 (7.42% from 255 or 5% from 360); Blue value is 187 (73.44% from 255 or 51.94% from 360); Max value from RGB is 187 - color contains mainly: blue. Hex color #9B12BB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9B12BB is #64ED44. Grayscale: #4D4D4D. Windows color (decimal): -6614341 or 12259995. OLE color: 12259995.

HSL color Cylindrical-coordinate representation of color #9B12BB: hue angle of 288.64º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9B12BB is Cyan = 0.17, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 155 18 187 -
CMYK 0.17 0.90 0 0.27
HSL 288.64º 0.82% 0.4% -
HSV(B) 288.64º 0.9% 0.73% -
XYZ 22.7 10.99 47.94 -
YUV 78.23 189.39 182.76 -
System Red Green Blue C M Y K H S L
Decimal 155 18 187 0.17 0.90 0 0.27 288.64 0.82 0.4
Hex 9B 12 BB 11 5A 0 1B 121 52 28
Octal 233 22 273 21 132 0 33 441 122 50
Binary 10011011 10010 10111011 10001 1011010 0 11011 100100001 1010010 101000

Color Harmonies of #9B12BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B12BB

Black with #9B12BB

Text Example


Text Example

White with #9B12BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9B12BB; }

 p { color: rgb(155,18,187); }

 H1.HeaderClassName
 {
   color: #9B12BB;
 }
 .AnyTagClassName
 {
   color: #9B12BB;
 }
</style>

background-color css

<style>
 a { background-color: #9B12BB; }

 a { background-color: rgb(155,18,187); }

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

border-color css

<style>
 span { border-color: #9B12BB; }

 span { border-color: rgb(155,18,187); }

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