Html Css Color HEX #96267C Dark Purple

📋 copy color: '#96267C'

red 150 ◦ green 38 ◦ blue 124

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

Shades of Dark Purple #96267C

Tints of Dark Purple #96267C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 39.74%

R = 48.08%
G = 12.18%
B = 39.74%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.17

 K value IS 0.41

RGB Variations

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

Color information

#96267C (or 0x96267C) is known color: Dark Purple. HEX triplet: 96, 26 and 7C. RGB value is (150,38,124). Sum of RGB (Red+Green+Blue) = 150+38+124=312 (41% of max value = 765). Red value is 150 (58.98% from 255 or 48.08% from 312); Green value is 38 (15.23% from 255 or 12.18% from 312); Blue value is 124 (48.83% from 255 or 39.74% from 312); Max value from RGB is 150 - color contains mainly: red. Hex color #96267C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96267C is #69D983. Grayscale: #515151. Windows color (decimal): -6936964 or 8136342. OLE color: 8136342.

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

Color convert

RGB 150 38 124 -
CMYK 0 0.75 0.17 0.41
HSL 313.93º 0.6% 0.37% -
HSV(B) 313.93º 0.75% 0.59% -
XYZ 16.91 9.33 19.98 -
YUV 81.29 152.11 177.01 -
System Red Green Blue C M Y K H S L
Decimal 150 38 124 0 0.75 0.17 0.41 313.93 0.6 0.37
Hex 96 26 7C 0 4B 11 29 13A 3C 25
Octal 226 46 174 0 113 21 51 472 74 45
Binary 10010110 100110 1111100 0 1001011 10001 101001 100111010 111100 100101

Color Harmonies of #96267C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96267C

Black with #96267C

Text Example


Text Example

White with #96267C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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