Html Css Color HEX #96266C Dark Purple

📋 copy color: '#96266C'

red 150 ◦ green 38 ◦ blue 108

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

Shades of Dark Purple #96266C

Tints of Dark Purple #96266C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 36.49%

R = 50.68%
G = 12.84%
B = 36.49%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.28

 K value IS 0.41

RGB Variations

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

Color information

#96266C (or 0x96266C) is known color: Dark Purple. HEX triplet: 96, 26 and 6C. RGB value is (150,38,108). Sum of RGB (Red+Green+Blue) = 150+38+108=296 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.68% from 296); Green value is 38 (15.23% from 255 or 12.84% from 296); Blue value is 108 (42.58% from 255 or 36.49% from 296); Max value from RGB is 150 - color contains mainly: red. Hex color #96266C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96266C is #69D993. Grayscale: #4F4F4F. Windows color (decimal): -6936980 or 7087766. OLE color: 7087766.

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

Color convert

RGB 150 38 108 -
CMYK 0 0.75 0.28 0.41
HSL 322.5º 0.6% 0.37% -
HSV(B) 322.5º 0.75% 0.59% -
XYZ 15.98 8.95 15.07 -
YUV 79.47 144.11 178.31 -
System Red Green Blue C M Y K H S L
Decimal 150 38 108 0 0.75 0.28 0.41 322.5 0.6 0.37
Hex 96 26 6C 0 4B 1C 29 142 3C 25
Octal 226 46 154 0 113 34 51 502 74 45
Binary 10010110 100110 1101100 0 1001011 11100 101001 101000010 111100 100101

Color Harmonies of #96266C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96266C

Black with #96266C

Text Example


Text Example

White with #96266C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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