Html Css Color HEX #9B13BB Dark Violet

📋 copy color: '#9B13BB'

red 155 ◦ green 19 ◦ blue 187

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

Shades of Dark Violet #9B13BB

Tints of Dark Violet #9B13BB

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.26%

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

R = 42.94%
G = 5.26%
B = 51.8%

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

#9B13BB (or 0x9B13BB) is known color: Dark Violet. HEX triplet: 9B, 13 and BB. RGB value is (155,19,187). Sum of RGB (Red+Green+Blue) = 155+19+187=361 (47% of max value = 765). Red value is 155 (60.94% from 255 or 42.94% from 361); Green value is 19 (7.81% from 255 or 5.26% from 361); Blue value is 187 (73.44% from 255 or 51.80% from 361); Max value from RGB is 187 - color contains mainly: blue. Hex color #9B13BB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9B13BB is #64EC44. Grayscale: #4E4E4E. Windows color (decimal): -6614085 or 12260251. OLE color: 12260251.

HSL color Cylindrical-coordinate representation of color #9B13BB: hue angle of 288.57º 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 #9B13BB is Cyan = 0.17, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 155 19 187 -
CMYK 0.17 0.90 0 0.27
HSL 288.57º 0.82% 0.4% -
HSV(B) 288.57º 0.9% 0.73% -
XYZ 22.72 11.02 47.94 -
YUV 78.82 189.06 182.34 -
System Red Green Blue C M Y K H S L
Decimal 155 19 187 0.17 0.90 0 0.27 288.57 0.82 0.4
Hex 9B 13 BB 11 5A 0 1B 121 52 28
Octal 233 23 273 21 132 0 33 441 122 50
Binary 10011011 10011 10111011 10001 1011010 0 11011 100100001 1010010 101000

Color Harmonies of #9B13BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B13BB

Black with #9B13BB

Text Example


Text Example

White with #9B13BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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