Html Css Color HEX #96208B Dark Purple

📋 copy color: '#96208B'

red 150 ◦ green 32 ◦ blue 139

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

Shades of Dark Purple #96208B

Tints of Dark Purple #96208B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 43.3%

R = 46.73%
G = 9.97%
B = 43.3%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.07

 K value IS 0.41

RGB Variations

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

Color information

#96208B (or 0x96208B) is known color: Dark Purple. HEX triplet: 96, 20 and 8B. RGB value is (150,32,139). Sum of RGB (Red+Green+Blue) = 150+32+139=321 (42% of max value = 765). Red value is 150 (58.98% from 255 or 46.73% from 321); Green value is 32 (12.89% from 255 or 9.97% from 321); Blue value is 139 (54.69% from 255 or 43.30% from 321); Max value from RGB is 150 - color contains mainly: red. Hex color #96208B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #96208B is #69DF74. Grayscale: #4F4F4F. Windows color (decimal): -6938485 or 9117846. OLE color: 9117846.

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

Color convert

RGB 150 32 139 -
CMYK 0 0.79 0.07 0.41
HSL 305.59º 0.65% 0.36% -
HSV(B) 305.59º 0.79% 0.59% -
XYZ 17.75 9.38 25.3 -
YUV 79.48 161.59 178.3 -
System Red Green Blue C M Y K H S L
Decimal 150 32 139 0 0.79 0.07 0.41 305.59 0.65 0.36
Hex 96 20 8B 0 4F 7 29 132 41 24
Octal 226 40 213 0 117 7 51 462 101 44
Binary 10010110 100000 10001011 0 1001111 111 101001 100110010 1000001 100100

Color Harmonies of #96208B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96208B

Black with #96208B

Text Example


Text Example

White with #96208B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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