Html Css Color HEX #96328A Dark Purple

📋 copy color: '#96328A'

red 150 ◦ green 50 ◦ blue 138

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

Shades of Dark Purple #96328A

Tints of Dark Purple #96328A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 40.83%

R = 44.38%
G = 14.79%
B = 40.83%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.08

 K value IS 0.41

RGB Variations

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

Color information

#96328A (or 0x96328A) is known color: Dark Purple. HEX triplet: 96, 32 and 8A. RGB value is (150,50,138). Sum of RGB (Red+Green+Blue) = 150+50+138=338 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.38% from 338); Green value is 50 (19.92% from 255 or 14.79% from 338); Blue value is 138 (54.30% from 255 or 40.83% from 338); Max value from RGB is 150 - color contains mainly: red. Hex color #96328A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #96328A is #69CD75. Grayscale: #595959. Windows color (decimal): -6933878 or 9056918. OLE color: 9056918.

HSL color Cylindrical-coordinate representation of color #96328A: hue angle of 307.2º 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 #96328A is Cyan = 0, Magento = 0.67, Yellow = 0.08 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 50 138 -
CMYK 0 0.67 0.08 0.41
HSL 307.2º 0.5% 0.39% -
HSV(B) 307.2º 0.67% 0.59% -
XYZ 18.31 10.6 25.13 -
YUV 89.93 155.13 170.84 -
System Red Green Blue C M Y K H S L
Decimal 150 50 138 0 0.67 0.08 0.41 307.2 0.5 0.39
Hex 96 32 8A 0 43 8 29 133 32 27
Octal 226 62 212 0 103 10 51 463 62 47
Binary 10010110 110010 10001010 0 1000011 1000 101001 100110011 110010 100111

Color Harmonies of #96328A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96328A

Black with #96328A

Text Example


Text Example

White with #96328A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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