Html Css Color HEX #96277C Dark Purple

📋 copy color: '#96277C'

red 150 ◦ green 39 ◦ blue 124

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

Shades of Dark Purple #96277C

Tints of Dark Purple #96277C

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.46%

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

R = 47.92%
G = 12.46%
B = 39.62%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.17

 K value IS 0.41

RGB Variations

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

Color information

#96277C (or 0x96277C) is known color: Dark Purple. HEX triplet: 96, 27 and 7C. RGB value is (150,39,124). Sum of RGB (Red+Green+Blue) = 150+39+124=313 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.92% from 313); Green value is 39 (15.62% from 255 or 12.46% from 313); Blue value is 124 (48.83% from 255 or 39.62% from 313); Max value from RGB is 150 - color contains mainly: red. Hex color #96277C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96277C is #69D883. Grayscale: #515151. Windows color (decimal): -6936708 or 8136598. OLE color: 8136598.

HSL color Cylindrical-coordinate representation of color #96277C: hue angle of 314.05º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #96277C is Cyan = 0, Magento = 0.74, Yellow = 0.17 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 39 124 -
CMYK 0 0.74 0.17 0.41
HSL 314.05º 0.59% 0.37% -
HSV(B) 314.05º 0.74% 0.59% -
XYZ 16.94 9.39 19.99 -
YUV 81.88 151.77 176.59 -
System Red Green Blue C M Y K H S L
Decimal 150 39 124 0 0.74 0.17 0.41 314.05 0.59 0.37
Hex 96 27 7C 0 4A 11 29 13A 3B 25
Octal 226 47 174 0 112 21 51 472 73 45
Binary 10010110 100111 1111100 0 1001010 10001 101001 100111010 111011 100101

Color Harmonies of #96277C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96277C

Black with #96277C

Text Example


Text Example

White with #96277C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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