Html Css Color HEX #96218E Dark Purple

📋 copy color: '#96218E'

red 150 ◦ green 33 ◦ blue 142

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

Shades of Dark Purple #96218E

Tints of Dark Purple #96218E

RGB

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

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

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

R = 46.15%
G = 10.15%
B = 43.69%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.05

 K value IS 0.41

RGB Variations

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

Color information

#96218E (or 0x96218E) is known color: Dark Purple. HEX triplet: 96, 21 and 8E. RGB value is (150,33,142). Sum of RGB (Red+Green+Blue) = 150+33+142=325 (43% of max value = 765). Red value is 150 (58.98% from 255 or 46.15% from 325); Green value is 33 (13.28% from 255 or 10.15% from 325); Blue value is 142 (55.86% from 255 or 43.69% from 325); Max value from RGB is 150 - color contains mainly: red. Hex color #96218E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #96218E is #69DE71. Grayscale: #505050. Windows color (decimal): -6938226 or 9314710. OLE color: 9314710.

HSL color Cylindrical-coordinate representation of color #96218E: hue angle of 304.1º 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 #96218E is Cyan = 0, Magento = 0.78, Yellow = 0.05 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 33 142 -
CMYK 0 0.78 0.05 0.41
HSL 304.1º 0.64% 0.36% -
HSV(B) 304.1º 0.78% 0.59% -
XYZ 18 9.52 26.48 -
YUV 80.41 162.76 177.64 -
System Red Green Blue C M Y K H S L
Decimal 150 33 142 0 0.78 0.05 0.41 304.1 0.64 0.36
Hex 96 21 8E 0 4E 5 29 130 40 24
Octal 226 41 216 0 116 5 51 460 100 44
Binary 10010110 100001 10001110 0 1001110 101 101001 100110000 1000000 100100

Color Harmonies of #96218E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96218E

Black with #96218E

Text Example


Text Example

White with #96218E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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