Html Css Color HEX #96218D Dark Purple

📋 copy color: '#96218D'

red 150 ◦ green 33 ◦ blue 141

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

Shades of Dark Purple #96218D

Tints of Dark Purple #96218D

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.19%

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

R = 46.3%
G = 10.19%
B = 43.52%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.06

 K value IS 0.41

RGB Variations

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

Color information

#96218D (or 0x96218D) is known color: Dark Purple. HEX triplet: 96, 21 and 8D. RGB value is (150,33,141). Sum of RGB (Red+Green+Blue) = 150+33+141=324 (42% of max value = 765). Red value is 150 (58.98% from 255 or 46.30% from 324); Green value is 33 (13.28% from 255 or 10.19% from 324); Blue value is 141 (55.47% from 255 or 43.52% from 324); Max value from RGB is 150 - color contains mainly: red. Hex color #96218D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #96218D is #69DE72. Grayscale: #4F4F4F. Windows color (decimal): -6938227 or 9249174. OLE color: 9249174.

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

Color convert

RGB 150 33 141 -
CMYK 0 0.78 0.06 0.41
HSL 304.62º 0.64% 0.36% -
HSV(B) 304.62º 0.78% 0.59% -
XYZ 17.93 9.49 26.09 -
YUV 80.3 162.26 177.72 -
System Red Green Blue C M Y K H S L
Decimal 150 33 141 0 0.78 0.06 0.41 304.62 0.64 0.36
Hex 96 21 8D 0 4E 6 29 131 40 24
Octal 226 41 215 0 116 6 51 461 100 44
Binary 10010110 100001 10001101 0 1001110 110 101001 100110001 1000000 100100

Color Harmonies of #96218D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96218D

Black with #96218D

Text Example


Text Example

White with #96218D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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