Html Css Color HEX #9B2B90 Dark Purple

📋 copy color: '#9B2B90'

red 155 ◦ green 43 ◦ blue 144

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

Shades of Dark Purple #9B2B90

Tints of Dark Purple #9B2B90

RGB

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

 GREEN value IS 43 (17.19% from 255) = 12.57%

 BLUE value IS 144 (56.64% from 255) = 42.11%

R = 45.32%
G = 12.57%
B = 42.11%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.07

 K value IS 0.39

RGB Variations

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

Color information

#9B2B90 (or 0x9B2B90) is known color: Dark Purple. HEX triplet: 9B, 2B and 90. RGB value is (155,43,144). Sum of RGB (Red+Green+Blue) = 155+43+144=342 (45% of max value = 765). Red value is 155 (60.94% from 255 or 45.32% from 342); Green value is 43 (17.19% from 255 or 12.57% from 342); Blue value is 144 (56.64% from 255 or 42.11% from 342); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2B90 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B2B90 is #64D46F. Grayscale: #575757. Windows color (decimal): -6607984 or 9448347. OLE color: 9448347.

HSL color Cylindrical-coordinate representation of color #9B2B90: hue angle of 305.89º degrees, saturation: 0.57, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9B2B90 is Cyan = 0, Magento = 0.72, Yellow = 0.07 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 43 144 -
CMYK 0 0.72 0.07 0.39
HSL 305.89º 0.57% 0.39% -
HSV(B) 305.89º 0.72% 0.61% -
XYZ 19.42 10.71 27.43 -
YUV 88 159.61 175.79 -
System Red Green Blue C M Y K H S L
Decimal 155 43 144 0 0.72 0.07 0.39 305.89 0.57 0.39
Hex 9B 2B 90 0 48 7 27 132 39 27
Octal 233 53 220 0 110 7 47 462 71 47
Binary 10011011 101011 10010000 0 1001000 111 100111 100110010 111001 100111

Color Harmonies of #9B2B90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B2B90

Black with #9B2B90

Text Example


Text Example

White with #9B2B90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,43,144); }

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

background-color css

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

 a { background-color: rgb(155,43,144); }

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

border-color css

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

 span { border-color: rgb(155,43,144); }

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