Html Css Color HEX #9B2395 Dark Purple

📋 copy color: '#9B2395'

red 155 ◦ green 35 ◦ blue 149

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

Shades of Dark Purple #9B2395

Tints of Dark Purple #9B2395

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.32%

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

R = 45.72%
G = 10.32%
B = 43.95%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.04

 K value IS 0.39

RGB Variations

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

Color information

#9B2395 (or 0x9B2395) is known color: Dark Purple. HEX triplet: 9B, 23 and 95. RGB value is (155,35,149). Sum of RGB (Red+Green+Blue) = 155+35+149=339 (44% of max value = 765). Red value is 155 (60.94% from 255 or 45.72% from 339); Green value is 35 (14.06% from 255 or 10.32% from 339); Blue value is 149 (58.59% from 255 or 43.95% from 339); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2395 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B2395 is #64DC6A. Grayscale: #535353. Windows color (decimal): -6610027 or 9773979. OLE color: 9773979.

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

Color convert

RGB 155 35 149 -
CMYK 0 0.77 0.04 0.39
HSL 303º 0.63% 0.37% -
HSV(B) 303º 0.77% 0.61% -
XYZ 19.54 10.34 29.4 -
YUV 83.88 164.76 178.73 -
System Red Green Blue C M Y K H S L
Decimal 155 35 149 0 0.77 0.04 0.39 303 0.63 0.37
Hex 9B 23 95 0 4D 4 27 12F 3F 25
Octal 233 43 225 0 115 4 47 457 77 45
Binary 10011011 100011 10010101 0 1001101 100 100111 100101111 111111 100101

Color Harmonies of #9B2395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B2395

Black with #9B2395

Text Example


Text Example

White with #9B2395

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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