Html Css Color HEX #96247A Dark Purple

📋 copy color: '#96247A'

red 150 ◦ green 36 ◦ blue 122

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

Shades of Dark Purple #96247A

Tints of Dark Purple #96247A

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.69%

 BLUE value IS 122 (48.05% from 255) = 39.61%

R = 48.7%
G = 11.69%
B = 39.61%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.19

 K value IS 0.41

RGB Variations

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

Color information

#96247A (or 0x96247A) is known color: Dark Purple. HEX triplet: 96, 24 and 7A. RGB value is (150,36,122). Sum of RGB (Red+Green+Blue) = 150+36+122=308 (40% of max value = 765). Red value is 150 (58.98% from 255 or 48.70% from 308); Green value is 36 (14.45% from 255 or 11.69% from 308); Blue value is 122 (48.05% from 255 or 39.61% from 308); Max value from RGB is 150 - color contains mainly: red. Hex color #96247A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96247A is #69DB85. Grayscale: #4F4F4F. Windows color (decimal): -6937478 or 8004758. OLE color: 8004758.

HSL color Cylindrical-coordinate representation of color #96247A: hue angle of 314.74º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #96247A is Cyan = 0, Magento = 0.76, Yellow = 0.19 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 36 122 -
CMYK 0 0.76 0.19 0.41
HSL 314.74º 0.61% 0.36% -
HSV(B) 314.74º 0.76% 0.59% -
XYZ 16.72 9.15 19.3 -
YUV 79.89 151.77 178.01 -
System Red Green Blue C M Y K H S L
Decimal 150 36 122 0 0.76 0.19 0.41 314.74 0.61 0.36
Hex 96 24 7A 0 4C 13 29 13B 3D 24
Octal 226 44 172 0 114 23 51 473 75 44
Binary 10010110 100100 1111010 0 1001100 10011 101001 100111011 111101 100100

Color Harmonies of #96247A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96247A

Black with #96247A

Text Example


Text Example

White with #96247A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96247A; }

 p { color: rgb(150,36,122); }

 H1.HeaderClassName
 {
   color: #96247A;
 }
 .AnyTagClassName
 {
   color: #96247A;
 }
</style>

background-color css

<style>
 a { background-color: #96247A; }

 a { background-color: rgb(150,36,122); }

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

border-color css

<style>
 span { border-color: #96247A; }

 span { border-color: rgb(150,36,122); }

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