Html Css Color HEX #96276F Dark Purple

📋 copy color: '#96276F'

red 150 ◦ green 39 ◦ blue 111

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

Shades of Dark Purple #96276F

Tints of Dark Purple #96276F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 37%

R = 50%
G = 13%
B = 37%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.26

 K value IS 0.41

RGB Variations

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

Color information

#96276F (or 0x96276F) is known color: Dark Purple. HEX triplet: 96, 27 and 6F. RGB value is (150,39,111). Sum of RGB (Red+Green+Blue) = 150+39+111=300 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50% from 300); Green value is 39 (15.62% from 255 or 13% from 300); Blue value is 111 (43.75% from 255 or 37% from 300); Max value from RGB is 150 - color contains mainly: red. Hex color #96276F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96276F is #69D890. Grayscale: #505050. Windows color (decimal): -6936721 or 7284630. OLE color: 7284630.

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

Color convert

RGB 150 39 111 -
CMYK 0 0.74 0.26 0.41
HSL 321.08º 0.59% 0.37% -
HSV(B) 321.08º 0.74% 0.59% -
XYZ 16.17 9.08 15.94 -
YUV 80.4 145.27 177.65 -
System Red Green Blue C M Y K H S L
Decimal 150 39 111 0 0.74 0.26 0.41 321.08 0.59 0.37
Hex 96 27 6F 0 4A 1A 29 141 3B 25
Octal 226 47 157 0 112 32 51 501 73 45
Binary 10010110 100111 1101111 0 1001010 11010 101001 101000001 111011 100101

Color Harmonies of #96276F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96276F

Black with #96276F

Text Example


Text Example

White with #96276F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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