Html Css Color HEX #96297C Dark Purple

📋 copy color: '#96297C'

red 150 ◦ green 41 ◦ blue 124

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

Shades of Dark Purple #96297C

Tints of Dark Purple #96297C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 39.37%

R = 47.62%
G = 13.02%
B = 39.37%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.17

 K value IS 0.41

RGB Variations

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

Color information

#96297C (or 0x96297C) is known color: Dark Purple. HEX triplet: 96, 29 and 7C. RGB value is (150,41,124). Sum of RGB (Red+Green+Blue) = 150+41+124=315 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.62% from 315); Green value is 41 (16.41% from 255 or 13.02% from 315); Blue value is 124 (48.83% from 255 or 39.37% from 315); Max value from RGB is 150 - color contains mainly: red. Hex color #96297C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96297C is #69D683. Grayscale: #525252. Windows color (decimal): -6936196 or 8137110. OLE color: 8137110.

HSL color Cylindrical-coordinate representation of color #96297C: hue angle of 314.31º 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 #96297C is Cyan = 0, Magento = 0.73, Yellow = 0.17 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 41 124 -
CMYK 0 0.73 0.17 0.41
HSL 314.31º 0.57% 0.37% -
HSV(B) 314.31º 0.73% 0.59% -
XYZ 17.01 9.53 20.01 -
YUV 83.05 151.11 175.75 -
System Red Green Blue C M Y K H S L
Decimal 150 41 124 0 0.73 0.17 0.41 314.31 0.57 0.37
Hex 96 29 7C 0 49 11 29 13A 39 25
Octal 226 51 174 0 111 21 51 472 71 45
Binary 10010110 101001 1111100 0 1001001 10001 101001 100111010 111001 100101

Color Harmonies of #96297C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96297C

Black with #96297C

Text Example


Text Example

White with #96297C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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