Html Css Color HEX #96367F Dark Purple

📋 copy color: '#96367F'

red 150 ◦ green 54 ◦ blue 127

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

Shades of Dark Purple #96367F

Tints of Dark Purple #96367F

RGB

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

 GREEN value IS 54 (21.48% from 255) = 16.31%

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

R = 45.32%
G = 16.31%
B = 38.37%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.15

 K value IS 0.41

RGB Variations

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

Color information

#96367F (or 0x96367F) is known color: Dark Purple. HEX triplet: 96, 36 and 7F. RGB value is (150,54,127). Sum of RGB (Red+Green+Blue) = 150+54+127=331 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.32% from 331); Green value is 54 (21.48% from 255 or 16.31% from 331); Blue value is 127 (50% from 255 or 38.37% from 331); Max value from RGB is 150 - color contains mainly: red. Hex color #96367F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96367F is #69C980. Grayscale: #5A5A5A. Windows color (decimal): -6932865 or 8337046. OLE color: 8337046.

HSL color Cylindrical-coordinate representation of color #96367F: hue angle of 314.38º degrees, saturation: 0.47, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #96367F is Cyan = 0, Magento = 0.64, Yellow = 0.15 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 54 127 -
CMYK 0 0.64 0.15 0.41
HSL 314.38º 0.47% 0.4% -
HSV(B) 314.38º 0.64% 0.59% -
XYZ 17.73 10.65 21.2 -
YUV 91.03 148.3 170.06 -
System Red Green Blue C M Y K H S L
Decimal 150 54 127 0 0.64 0.15 0.41 314.38 0.47 0.4
Hex 96 36 7F 0 40 F 29 13A 2F 28
Octal 226 66 177 0 100 17 51 472 57 50
Binary 10010110 110110 1111111 0 1000000 1111 101001 100111010 101111 101000

Color Harmonies of #96367F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96367F

Black with #96367F

Text Example


Text Example

White with #96367F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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