Html Css Color HEX #9B2978 Dark Purple

📋 copy color: '#9B2978'

red 155 ◦ green 41 ◦ blue 120

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

Shades of Dark Purple #9B2978

Tints of Dark Purple #9B2978

RGB

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

 GREEN value IS 41 (16.41% from 255) = 12.97%

 BLUE value IS 120 (47.27% from 255) = 37.97%

R = 49.05%
G = 12.97%
B = 37.97%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.23

 K value IS 0.39

RGB Variations

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

Color information

#9B2978 (or 0x9B2978) is known color: Dark Purple. HEX triplet: 9B, 29 and 78. RGB value is (155,41,120). Sum of RGB (Red+Green+Blue) = 155+41+120=316 (41% of max value = 765). Red value is 155 (60.94% from 255 or 49.05% from 316); Green value is 41 (16.41% from 255 or 12.97% from 316); Blue value is 120 (47.27% from 255 or 37.97% from 316); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2978 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B2978 is #64D687. Grayscale: #535353. Windows color (decimal): -6608520 or 7874971. OLE color: 7874971.

HSL color Cylindrical-coordinate representation of color #9B2978: hue angle of 318.42º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9B2978 is Cyan = 0, Magento = 0.74, Yellow = 0.23 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 41 120 -
CMYK 0 0.74 0.23 0.39
HSL 318.42º 0.58% 0.38% -
HSV(B) 318.42º 0.74% 0.61% -
XYZ 17.7 9.91 18.75 -
YUV 84.09 148.27 178.58 -
System Red Green Blue C M Y K H S L
Decimal 155 41 120 0 0.74 0.23 0.39 318.42 0.58 0.38
Hex 9B 29 78 0 4A 17 27 13E 3A 26
Octal 233 51 170 0 112 27 47 476 72 46
Binary 10011011 101001 1111000 0 1001010 10111 100111 100111110 111010 100110

Color Harmonies of #9B2978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B2978

Black with #9B2978

Text Example


Text Example

White with #9B2978

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,41,120); }

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

background-color css

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

 a { background-color: rgb(155,41,120); }

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

border-color css

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

 span { border-color: rgb(155,41,120); }

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