Html Css Color HEX #96327F Dark Purple

📋 copy color: '#96327F'

red 150 ◦ green 50 ◦ blue 127

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

Shades of Dark Purple #96327F

Tints of Dark Purple #96327F

RGB

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

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

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

R = 45.87%
G = 15.29%
B = 38.84%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.15

 K value IS 0.41

RGB Variations

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

Color information

#96327F (or 0x96327F) is known color: Dark Purple. HEX triplet: 96, 32 and 7F. RGB value is (150,50,127). Sum of RGB (Red+Green+Blue) = 150+50+127=327 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.87% from 327); Green value is 50 (19.92% from 255 or 15.29% from 327); Blue value is 127 (50% from 255 or 38.84% from 327); Max value from RGB is 150 - color contains mainly: red. Hex color #96327F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96327F is #69CD80. Grayscale: #585858. Windows color (decimal): -6933889 or 8336022. OLE color: 8336022.

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

Color convert

RGB 150 50 127 -
CMYK 0 0.67 0.15 0.41
HSL 313.8º 0.5% 0.39% -
HSV(B) 313.8º 0.67% 0.59% -
XYZ 17.55 10.3 21.14 -
YUV 88.68 149.63 171.74 -
System Red Green Blue C M Y K H S L
Decimal 150 50 127 0 0.67 0.15 0.41 313.8 0.5 0.39
Hex 96 32 7F 0 43 F 29 13A 32 27
Octal 226 62 177 0 103 17 51 472 62 47
Binary 10010110 110010 1111111 0 1000011 1111 101001 100111010 110010 100111

Color Harmonies of #96327F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96327F

Black with #96327F

Text Example


Text Example

White with #96327F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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