Html Css Color HEX #9B15BC Dark Violet

📋 copy color: '#9B15BC'

red 155 ◦ green 21 ◦ blue 188

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

Shades of Dark Violet #9B15BC

Tints of Dark Violet #9B15BC

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.77%

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

R = 42.58%
G = 5.77%
B = 51.65%

CMYK

 C value IS 0.18

 M value IS 0.89

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9B15BC (or 0x9B15BC) is known color: Dark Violet. HEX triplet: 9B, 15 and BC. RGB value is (155,21,188). Sum of RGB (Red+Green+Blue) = 155+21+188=364 (48% of max value = 765). Red value is 155 (60.94% from 255 or 42.58% from 364); Green value is 21 (8.59% from 255 or 5.77% from 364); Blue value is 188 (73.83% from 255 or 51.65% from 364); Max value from RGB is 188 - color contains mainly: blue. Hex color #9B15BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9B15BC is #64EA43. Grayscale: #4F4F4F. Windows color (decimal): -6613572 or 12326299. OLE color: 12326299.

HSL color Cylindrical-coordinate representation of color #9B15BC: hue angle of 288.14º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9B15BC is Cyan = 0.18, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 155 21 188 -
CMYK 0.18 0.89 0 0.26
HSL 288.14º 0.8% 0.41% -
HSV(B) 288.14º 0.89% 0.74% -
XYZ 22.86 11.14 48.52 -
YUV 80.1 188.89 181.42 -
System Red Green Blue C M Y K H S L
Decimal 155 21 188 0.18 0.89 0 0.26 288.14 0.8 0.41
Hex 9B 15 BC 12 59 0 1A 120 50 29
Octal 233 25 274 22 131 0 32 440 120 51
Binary 10011011 10101 10111100 10010 1011001 0 11010 100100000 1010000 101001

Color Harmonies of #9B15BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B15BC

Black with #9B15BC

Text Example


Text Example

White with #9B15BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,21,188); }

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

background-color css

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

 a { background-color: rgb(155,21,188); }

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

border-color css

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

 span { border-color: rgb(155,21,188); }

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