Html Css Color HEX #96248E Dark Purple

📋 copy color: '#96248E'

red 150 ◦ green 36 ◦ blue 142

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

Shades of Dark Purple #96248E

Tints of Dark Purple #96248E

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.98%

 BLUE value IS 142 (55.86% from 255) = 43.29%

R = 45.73%
G = 10.98%
B = 43.29%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.05

 K value IS 0.41

RGB Variations

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

Color information

#96248E (or 0x96248E) is known color: Dark Purple. HEX triplet: 96, 24 and 8E. RGB value is (150,36,142). Sum of RGB (Red+Green+Blue) = 150+36+142=328 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.73% from 328); Green value is 36 (14.45% from 255 or 10.98% from 328); Blue value is 142 (55.86% from 255 or 43.29% from 328); Max value from RGB is 150 - color contains mainly: red. Hex color #96248E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #96248E is #69DB71. Grayscale: #515151. Windows color (decimal): -6937458 or 9315478. OLE color: 9315478.

HSL color Cylindrical-coordinate representation of color #96248E: hue angle of 304.21º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #96248E is Cyan = 0, Magento = 0.76, Yellow = 0.05 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 36 142 -
CMYK 0 0.76 0.05 0.41
HSL 304.21º 0.61% 0.36% -
HSV(B) 304.21º 0.76% 0.59% -
XYZ 18.09 9.7 26.51 -
YUV 82.17 161.77 176.38 -
System Red Green Blue C M Y K H S L
Decimal 150 36 142 0 0.76 0.05 0.41 304.21 0.61 0.36
Hex 96 24 8E 0 4C 5 29 130 3D 24
Octal 226 44 216 0 114 5 51 460 75 44
Binary 10010110 100100 10001110 0 1001100 101 101001 100110000 111101 100100

Color Harmonies of #96248E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96248E

Black with #96248E

Text Example


Text Example

White with #96248E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96248E; }

 p { color: rgb(150,36,142); }

 H1.HeaderClassName
 {
   color: #96248E;
 }
 .AnyTagClassName
 {
   color: #96248E;
 }
</style>

background-color css

<style>
 a { background-color: #96248E; }

 a { background-color: rgb(150,36,142); }

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

border-color css

<style>
 span { border-color: #96248E; }

 span { border-color: rgb(150,36,142); }

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