Html Css Color HEX #96208F Dark Purple

📋 copy color: '#96208F'

red 150 ◦ green 32 ◦ blue 143

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

Shades of Dark Purple #96208F

Tints of Dark Purple #96208F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 44%

R = 46.15%
G = 9.85%
B = 44%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.05

 K value IS 0.41

RGB Variations

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

Color information

#96208F (or 0x96208F) is known color: Dark Purple. HEX triplet: 96, 20 and 8F. RGB value is (150,32,143). Sum of RGB (Red+Green+Blue) = 150+32+143=325 (43% of max value = 765). Red value is 150 (58.98% from 255 or 46.15% from 325); Green value is 32 (12.89% from 255 or 9.85% from 325); Blue value is 143 (56.25% from 255 or 44% from 325); Max value from RGB is 150 - color contains mainly: red. Hex color #96208F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #96208F is #69DF70. Grayscale: #4F4F4F. Windows color (decimal): -6938481 or 9379990. OLE color: 9379990.

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

Color convert

RGB 150 32 143 -
CMYK 0 0.79 0.05 0.41
HSL 303.56º 0.65% 0.36% -
HSV(B) 303.56º 0.79% 0.59% -
XYZ 18.05 9.5 26.87 -
YUV 79.94 163.59 177.97 -
System Red Green Blue C M Y K H S L
Decimal 150 32 143 0 0.79 0.05 0.41 303.56 0.65 0.36
Hex 96 20 8F 0 4F 5 29 130 41 24
Octal 226 40 217 0 117 5 51 460 101 44
Binary 10010110 100000 10001111 0 1001111 101 101001 100110000 1000001 100100

Color Harmonies of #96208F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96208F

Black with #96208F

Text Example


Text Example

White with #96208F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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