Html Css Color HEX #96297B Dark Purple

📋 copy color: '#96297B'

red 150 ◦ green 41 ◦ blue 123

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

Shades of Dark Purple #96297B

Tints of Dark Purple #96297B

RGB

 RED value IS 150 (58.98% from 255) = 47.77%

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

 BLUE value IS 123 (48.44% from 255) = 39.17%

R = 47.77%
G = 13.06%
B = 39.17%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.18

 K value IS 0.41

RGB Variations

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

Color information

#96297B (or 0x96297B) is known color: Dark Purple. HEX triplet: 96, 29 and 7B. RGB value is (150,41,123). Sum of RGB (Red+Green+Blue) = 150+41+123=314 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.77% from 314); Green value is 41 (16.41% from 255 or 13.06% from 314); Blue value is 123 (48.44% from 255 or 39.17% from 314); Max value from RGB is 150 - color contains mainly: red. Hex color #96297B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96297B is #69D684. Grayscale: #525252. Windows color (decimal): -6936197 or 8071574. OLE color: 8071574.

HSL color Cylindrical-coordinate representation of color #96297B: hue angle of 314.86º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #96297B is Cyan = 0, Magento = 0.73, Yellow = 0.18 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 41 123 -
CMYK 0 0.73 0.18 0.41
HSL 314.86º 0.57% 0.37% -
HSV(B) 314.86º 0.73% 0.59% -
XYZ 16.95 9.5 19.68 -
YUV 82.94 150.61 175.83 -
System Red Green Blue C M Y K H S L
Decimal 150 41 123 0 0.73 0.18 0.41 314.86 0.57 0.37
Hex 96 29 7B 0 49 12 29 13B 39 25
Octal 226 51 173 0 111 22 51 473 71 45
Binary 10010110 101001 1111011 0 1001001 10010 101001 100111011 111001 100101

Color Harmonies of #96297B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96297B

Black with #96297B

Text Example


Text Example

White with #96297B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96297B; }

 p { color: rgb(150,41,123); }

 H1.HeaderClassName
 {
   color: #96297B;
 }
 .AnyTagClassName
 {
   color: #96297B;
 }
</style>

background-color css

<style>
 a { background-color: #96297B; }

 a { background-color: rgb(150,41,123); }

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

border-color css

<style>
 span { border-color: #96297B; }

 span { border-color: rgb(150,41,123); }

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