Html Css Color HEX #96207F Dark Purple

📋 copy color: '#96207F'

red 150 ◦ green 32 ◦ blue 127

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

Shades of Dark Purple #96207F

Tints of Dark Purple #96207F

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.36%

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

R = 48.54%
G = 10.36%
B = 41.1%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.15

 K value IS 0.41

RGB Variations

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

Color information

#96207F (or 0x96207F) is known color: Dark Purple. HEX triplet: 96, 20 and 7F. RGB value is (150,32,127). Sum of RGB (Red+Green+Blue) = 150+32+127=309 (40% of max value = 765). Red value is 150 (58.98% from 255 or 48.54% from 309); Green value is 32 (12.89% from 255 or 10.36% from 309); Blue value is 127 (50% from 255 or 41.10% from 309); Max value from RGB is 150 - color contains mainly: red. Hex color #96207F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96207F is #69DF80. Grayscale: #4D4D4D. Windows color (decimal): -6938497 or 8331414. OLE color: 8331414.

HSL color Cylindrical-coordinate representation of color #96207F: hue angle of 311.69º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #96207F is Cyan = 0, Magento = 0.79, Yellow = 0.15 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 32 127 -
CMYK 0 0.79 0.15 0.41
HSL 311.69º 0.65% 0.36% -
HSV(B) 311.69º 0.79% 0.59% -
XYZ 16.92 9.05 20.93 -
YUV 78.11 155.59 179.28 -
System Red Green Blue C M Y K H S L
Decimal 150 32 127 0 0.79 0.15 0.41 311.69 0.65 0.36
Hex 96 20 7F 0 4F F 29 138 41 24
Octal 226 40 177 0 117 17 51 470 101 44
Binary 10010110 100000 1111111 0 1001111 1111 101001 100111000 1000001 100100

Color Harmonies of #96207F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96207F

Black with #96207F

Text Example


Text Example

White with #96207F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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