Html Css Color HEX #96276D Dark Purple

📋 copy color: '#96276D'

red 150 ◦ green 39 ◦ blue 109

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

Shades of Dark Purple #96276D

Tints of Dark Purple #96276D

RGB

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

 GREEN value IS 39 (15.63% from 255) = 13.09%

 BLUE value IS 109 (42.97% from 255) = 36.58%

R = 50.34%
G = 13.09%
B = 36.58%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.27

 K value IS 0.41

RGB Variations

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

Color information

#96276D (or 0x96276D) is known color: Dark Purple. HEX triplet: 96, 27 and 6D. RGB value is (150,39,109). Sum of RGB (Red+Green+Blue) = 150+39+109=298 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.34% from 298); Green value is 39 (15.62% from 255 or 13.09% from 298); Blue value is 109 (42.97% from 255 or 36.58% from 298); Max value from RGB is 150 - color contains mainly: red. Hex color #96276D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96276D is #69D892. Grayscale: #4F4F4F. Windows color (decimal): -6936723 or 7153558. OLE color: 7153558.

HSL color Cylindrical-coordinate representation of color #96276D: hue angle of 322.16º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #96276D is Cyan = 0, Magento = 0.74, Yellow = 0.27 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 39 109 -
CMYK 0 0.74 0.27 0.41
HSL 322.16º 0.59% 0.37% -
HSV(B) 322.16º 0.74% 0.59% -
XYZ 16.06 9.04 15.37 -
YUV 80.17 144.27 177.81 -
System Red Green Blue C M Y K H S L
Decimal 150 39 109 0 0.74 0.27 0.41 322.16 0.59 0.37
Hex 96 27 6D 0 4A 1B 29 142 3B 25
Octal 226 47 155 0 112 33 51 502 73 45
Binary 10010110 100111 1101101 0 1001010 11011 101001 101000010 111011 100101

Color Harmonies of #96276D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96276D

Black with #96276D

Text Example


Text Example

White with #96276D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96276D; }

 p { color: rgb(150,39,109); }

 H1.HeaderClassName
 {
   color: #96276D;
 }
 .AnyTagClassName
 {
   color: #96276D;
 }
</style>

background-color css

<style>
 a { background-color: #96276D; }

 a { background-color: rgb(150,39,109); }

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

border-color css

<style>
 span { border-color: #96276D; }

 span { border-color: rgb(150,39,109); }

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