Html Css Color HEX #96328B Dark Purple

📋 copy color: '#96328B'

red 150 ◦ green 50 ◦ blue 139

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

Shades of Dark Purple #96328B

Tints of Dark Purple #96328B

RGB

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

 GREEN value IS 50 (19.92% from 255) = 14.75%

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

R = 44.25%
G = 14.75%
B = 41%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.07

 K value IS 0.41

RGB Variations

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

Color information

#96328B (or 0x96328B) is known color: Dark Purple. HEX triplet: 96, 32 and 8B. RGB value is (150,50,139). Sum of RGB (Red+Green+Blue) = 150+50+139=339 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.25% from 339); Green value is 50 (19.92% from 255 or 14.75% from 339); Blue value is 139 (54.69% from 255 or 41.00% from 339); Max value from RGB is 150 - color contains mainly: red. Hex color #96328B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #96328B is #69CD74. Grayscale: #595959. Windows color (decimal): -6933877 or 9122454. OLE color: 9122454.

HSL color Cylindrical-coordinate representation of color #96328B: hue angle of 306.6º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #96328B is Cyan = 0, Magento = 0.67, Yellow = 0.07 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 50 139 -
CMYK 0 0.67 0.07 0.41
HSL 306.6º 0.5% 0.39% -
HSV(B) 306.6º 0.67% 0.59% -
XYZ 18.38 10.63 25.51 -
YUV 90.05 155.63 170.76 -
System Red Green Blue C M Y K H S L
Decimal 150 50 139 0 0.67 0.07 0.41 306.6 0.5 0.39
Hex 96 32 8B 0 43 7 29 133 32 27
Octal 226 62 213 0 103 7 51 463 62 47
Binary 10010110 110010 10001011 0 1000011 111 101001 100110011 110010 100111

Color Harmonies of #96328B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96328B

Black with #96328B

Text Example


Text Example

White with #96328B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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