Html Css Color HEX #96247F Dark Purple

📋 copy color: '#96247F'

red 150 ◦ green 36 ◦ blue 127

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

Shades of Dark Purple #96247F

Tints of Dark Purple #96247F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 40.58%

R = 47.92%
G = 11.5%
B = 40.58%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.15

 K value IS 0.41

RGB Variations

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

Color information

#96247F (or 0x96247F) is known color: Dark Purple. HEX triplet: 96, 24 and 7F. RGB value is (150,36,127). Sum of RGB (Red+Green+Blue) = 150+36+127=313 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.92% from 313); Green value is 36 (14.45% from 255 or 11.50% from 313); Blue value is 127 (50% from 255 or 40.58% from 313); Max value from RGB is 150 - color contains mainly: red. Hex color #96247F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96247F is #69DB80. Grayscale: #505050. Windows color (decimal): -6937473 or 8332438. OLE color: 8332438.

HSL color Cylindrical-coordinate representation of color #96247F: hue angle of 312.11º 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 #96247F is Cyan = 0, Magento = 0.76, Yellow = 0.15 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 36 127 -
CMYK 0 0.76 0.15 0.41
HSL 312.11º 0.61% 0.36% -
HSV(B) 312.11º 0.76% 0.59% -
XYZ 17.04 9.28 20.97 -
YUV 80.46 154.27 177.6 -
System Red Green Blue C M Y K H S L
Decimal 150 36 127 0 0.76 0.15 0.41 312.11 0.61 0.36
Hex 96 24 7F 0 4C F 29 138 3D 24
Octal 226 44 177 0 114 17 51 470 75 44
Binary 10010110 100100 1111111 0 1001100 1111 101001 100111000 111101 100100

Color Harmonies of #96247F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96247F

Black with #96247F

Text Example


Text Example

White with #96247F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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