Html Css Color HEX #9B2397 Dark Purple

📋 copy color: '#9B2397'

red 155 ◦ green 35 ◦ blue 151

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

Shades of Dark Purple #9B2397

Tints of Dark Purple #9B2397

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 44.28%

R = 45.45%
G = 10.26%
B = 44.28%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.03

 K value IS 0.39

RGB Variations

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

Color information

#9B2397 (or 0x9B2397) is known color: Dark Purple. HEX triplet: 9B, 23 and 97. RGB value is (155,35,151). Sum of RGB (Red+Green+Blue) = 155+35+151=341 (45% of max value = 765). Red value is 155 (60.94% from 255 or 45.45% from 341); Green value is 35 (14.06% from 255 or 10.26% from 341); Blue value is 151 (59.38% from 255 or 44.28% from 341); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2397 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B2397 is #64DC68. Grayscale: #535353. Windows color (decimal): -6610025 or 9905051. OLE color: 9905051.

HSL color Cylindrical-coordinate representation of color #9B2397: hue angle of 302º 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 #9B2397 is Cyan = 0, Magento = 0.77, Yellow = 0.03 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 35 151 -
CMYK 0 0.77 0.03 0.39
HSL 302º 0.63% 0.37% -
HSV(B) 302º 0.77% 0.61% -
XYZ 19.7 10.4 30.25 -
YUV 84.1 165.76 178.57 -
System Red Green Blue C M Y K H S L
Decimal 155 35 151 0 0.77 0.03 0.39 302 0.63 0.37
Hex 9B 23 97 0 4D 3 27 12E 3F 25
Octal 233 43 227 0 115 3 47 456 77 45
Binary 10011011 100011 10010111 0 1001101 11 100111 100101110 111111 100101

Color Harmonies of #9B2397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B2397

Black with #9B2397

Text Example


Text Example

White with #9B2397

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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