Html Css Color HEX #9B13BF Dark Violet

📋 copy color: '#9B13BF'

red 155 ◦ green 19 ◦ blue 191

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

Shades of Dark Violet #9B13BF

Tints of Dark Violet #9B13BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 52.33%

R = 42.47%
G = 5.21%
B = 52.33%

CMYK

 C value IS 0.19

 M value IS 0.90

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9B13BF (or 0x9B13BF) is known color: Dark Violet. HEX triplet: 9B, 13 and BF. RGB value is (155,19,191). Sum of RGB (Red+Green+Blue) = 155+19+191=365 (48% of max value = 765). Red value is 155 (60.94% from 255 or 42.47% from 365); Green value is 19 (7.81% from 255 or 5.21% from 365); Blue value is 191 (75% from 255 or 52.33% from 365); Max value from RGB is 191 - color contains mainly: blue. Hex color #9B13BF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9B13BF is #64EC40. Grayscale: #4E4E4E. Windows color (decimal): -6614081 or 12522395. OLE color: 12522395.

HSL color Cylindrical-coordinate representation of color #9B13BF: hue angle of 287.44º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9B13BF is Cyan = 0.19, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 155 19 191 -
CMYK 0.19 0.90 0 0.25
HSL 287.44º 0.82% 0.41% -
HSV(B) 287.44º 0.9% 0.75% -
XYZ 23.15 11.2 50.23 -
YUV 79.27 191.06 182.01 -
System Red Green Blue C M Y K H S L
Decimal 155 19 191 0.19 0.90 0 0.25 287.44 0.82 0.41
Hex 9B 13 BF 13 5A 0 19 11F 52 29
Octal 233 23 277 23 132 0 31 437 122 51
Binary 10011011 10011 10111111 10011 1011010 0 11001 100011111 1010010 101001

Color Harmonies of #9B13BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B13BF

Black with #9B13BF

Text Example


Text Example

White with #9B13BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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