Html Css Color HEX #9B2095 Dark Purple

📋 copy color: '#9B2095'

red 155 ◦ green 32 ◦ blue 149

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

Shades of Dark Purple #9B2095

Tints of Dark Purple #9B2095

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.52%

 BLUE value IS 149 (58.59% from 255) = 44.35%

R = 46.13%
G = 9.52%
B = 44.35%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.04

 K value IS 0.39

RGB Variations

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

Color information

#9B2095 (or 0x9B2095) is known color: Dark Purple. HEX triplet: 9B, 20 and 95. RGB value is (155,32,149). Sum of RGB (Red+Green+Blue) = 155+32+149=336 (44% of max value = 765). Red value is 155 (60.94% from 255 or 46.13% from 336); Green value is 32 (12.89% from 255 or 9.52% from 336); Blue value is 149 (58.59% from 255 or 44.35% from 336); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2095 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B2095 is #64DF6A. Grayscale: #515151. Windows color (decimal): -6610795 or 9773211. OLE color: 9773211.

HSL color Cylindrical-coordinate representation of color #9B2095: hue angle of 302.93º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9B2095 is Cyan = 0, Magento = 0.79, Yellow = 0.04 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 32 149 -
CMYK 0 0.79 0.04 0.39
HSL 302.93º 0.66% 0.37% -
HSV(B) 302.93º 0.79% 0.61% -
XYZ 19.46 10.17 29.37 -
YUV 82.12 165.75 179.99 -
System Red Green Blue C M Y K H S L
Decimal 155 32 149 0 0.79 0.04 0.39 302.93 0.66 0.37
Hex 9B 20 95 0 4F 4 27 12F 42 25
Octal 233 40 225 0 117 4 47 457 102 45
Binary 10011011 100000 10010101 0 1001111 100 100111 100101111 1000010 100101

Color Harmonies of #9B2095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B2095

Black with #9B2095

Text Example


Text Example

White with #9B2095

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,32,149); }

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

background-color css

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

 a { background-color: rgb(155,32,149); }

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

border-color css

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

 span { border-color: rgb(155,32,149); }

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