Html Css Color HEX #9B13BC Dark Violet

📋 copy color: '#9B13BC'

red 155 ◦ green 19 ◦ blue 188

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

Shades of Dark Violet #9B13BC

Tints of Dark Violet #9B13BC

RGB

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

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

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

R = 42.82%
G = 5.25%
B = 51.93%

CMYK

 C value IS 0.18

 M value IS 0.90

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9B13BC (or 0x9B13BC) is known color: Dark Violet. HEX triplet: 9B, 13 and BC. RGB value is (155,19,188). Sum of RGB (Red+Green+Blue) = 155+19+188=362 (47% of max value = 765). Red value is 155 (60.94% from 255 or 42.82% from 362); Green value is 19 (7.81% from 255 or 5.25% from 362); Blue value is 188 (73.83% from 255 or 51.93% from 362); Max value from RGB is 188 - color contains mainly: blue. Hex color #9B13BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9B13BC is #64EC43. Grayscale: #4E4E4E. Windows color (decimal): -6614084 or 12325787. OLE color: 12325787.

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

Color convert

RGB 155 19 188 -
CMYK 0.18 0.90 0 0.26
HSL 288.28º 0.82% 0.41% -
HSV(B) 288.28º 0.9% 0.74% -
XYZ 22.83 11.07 48.51 -
YUV 78.93 189.56 182.26 -
System Red Green Blue C M Y K H S L
Decimal 155 19 188 0.18 0.90 0 0.26 288.28 0.82 0.41
Hex 9B 13 BC 12 5A 0 1A 120 52 29
Octal 233 23 274 22 132 0 32 440 122 51
Binary 10011011 10011 10111100 10010 1011010 0 11010 100100000 1010010 101001

Color Harmonies of #9B13BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B13BC

Black with #9B13BC

Text Example


Text Example

White with #9B13BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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