Html Css Color HEX #96266B Dark Purple

📋 copy color: '#96266B'

red 150 ◦ green 38 ◦ blue 107

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

Shades of Dark Purple #96266B

Tints of Dark Purple #96266B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 36.27%

R = 50.85%
G = 12.88%
B = 36.27%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.29

 K value IS 0.41

RGB Variations

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

Color information

#96266B (or 0x96266B) is known color: Dark Purple. HEX triplet: 96, 26 and 6B. RGB value is (150,38,107). Sum of RGB (Red+Green+Blue) = 150+38+107=295 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.85% from 295); Green value is 38 (15.23% from 255 or 12.88% from 295); Blue value is 107 (42.19% from 255 or 36.27% from 295); Max value from RGB is 150 - color contains mainly: red. Hex color #96266B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96266B is #69D994. Grayscale: #4F4F4F. Windows color (decimal): -6936981 or 7022230. OLE color: 7022230.

HSL color Cylindrical-coordinate representation of color #96266B: hue angle of 323.04º 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 #96266B is Cyan = 0, Magento = 0.75, Yellow = 0.29 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 38 107 -
CMYK 0 0.75 0.29 0.41
HSL 323.04º 0.6% 0.37% -
HSV(B) 323.04º 0.75% 0.59% -
XYZ 15.92 8.93 14.79 -
YUV 79.35 143.61 178.39 -
System Red Green Blue C M Y K H S L
Decimal 150 38 107 0 0.75 0.29 0.41 323.04 0.6 0.37
Hex 96 26 6B 0 4B 1D 29 143 3C 25
Octal 226 46 153 0 113 35 51 503 74 45
Binary 10010110 100110 1101011 0 1001011 11101 101001 101000011 111100 100101

Color Harmonies of #96266B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96266B

Black with #96266B

Text Example


Text Example

White with #96266B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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