Html Css Color HEX #96266D Dark Purple

📋 copy color: '#96266D'

red 150 ◦ green 38 ◦ blue 109

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

Shades of Dark Purple #96266D

Tints of Dark Purple #96266D

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.79%

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

R = 50.51%
G = 12.79%
B = 36.7%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.27

 K value IS 0.41

RGB Variations

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

Color information

#96266D (or 0x96266D) is known color: Dark Purple. HEX triplet: 96, 26 and 6D. RGB value is (150,38,109). Sum of RGB (Red+Green+Blue) = 150+38+109=297 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.51% from 297); Green value is 38 (15.23% from 255 or 12.79% from 297); Blue value is 109 (42.97% from 255 or 36.70% from 297); Max value from RGB is 150 - color contains mainly: red. Hex color #96266D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96266D is #69D992. Grayscale: #4F4F4F. Windows color (decimal): -6936979 or 7153302. OLE color: 7153302.

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

Color convert

RGB 150 38 109 -
CMYK 0 0.75 0.27 0.41
HSL 321.96º 0.6% 0.37% -
HSV(B) 321.96º 0.75% 0.59% -
XYZ 16.03 8.97 15.36 -
YUV 79.58 144.61 178.23 -
System Red Green Blue C M Y K H S L
Decimal 150 38 109 0 0.75 0.27 0.41 321.96 0.6 0.37
Hex 96 26 6D 0 4B 1B 29 142 3C 25
Octal 226 46 155 0 113 33 51 502 74 45
Binary 10010110 100110 1101101 0 1001011 11011 101001 101000010 111100 100101

Color Harmonies of #96266D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96266D

Black with #96266D

Text Example


Text Example

White with #96266D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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