Html Css Color HEX #96298D Dark Purple

📋 copy color: '#96298D'

red 150 ◦ green 41 ◦ blue 141

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

Shades of Dark Purple #96298D

Tints of Dark Purple #96298D

RGB

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

 GREEN value IS 41 (16.41% from 255) = 12.35%

 BLUE value IS 141 (55.47% from 255) = 42.47%

R = 45.18%
G = 12.35%
B = 42.47%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.06

 K value IS 0.41

RGB Variations

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

Color information

#96298D (or 0x96298D) is known color: Dark Purple. HEX triplet: 96, 29 and 8D. RGB value is (150,41,141). Sum of RGB (Red+Green+Blue) = 150+41+141=332 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.18% from 332); Green value is 41 (16.41% from 255 or 12.35% from 332); Blue value is 141 (55.47% from 255 or 42.47% from 332); Max value from RGB is 150 - color contains mainly: red. Hex color #96298D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #96298D is #69D672. Grayscale: #545454. Windows color (decimal): -6936179 or 9251222. OLE color: 9251222.

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

Color convert

RGB 150 41 141 -
CMYK 0 0.73 0.06 0.41
HSL 304.95º 0.57% 0.37% -
HSV(B) 304.95º 0.73% 0.59% -
XYZ 18.18 9.99 26.17 -
YUV 84.99 159.61 174.37 -
System Red Green Blue C M Y K H S L
Decimal 150 41 141 0 0.73 0.06 0.41 304.95 0.57 0.37
Hex 96 29 8D 0 49 6 29 131 39 25
Octal 226 51 215 0 111 6 51 461 71 45
Binary 10010110 101001 10001101 0 1001001 110 101001 100110001 111001 100101

Color Harmonies of #96298D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96298D

Black with #96298D

Text Example


Text Example

White with #96298D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,41,141); }

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

background-color css

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

 a { background-color: rgb(150,41,141); }

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

border-color css

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

 span { border-color: rgb(150,41,141); }

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