Html Css Color HEX #96218F Dark Purple

📋 copy color: '#96218F'

red 150 ◦ green 33 ◦ blue 143

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

Shades of Dark Purple #96218F

Tints of Dark Purple #96218F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 43.87%

R = 46.01%
G = 10.12%
B = 43.87%

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

#96218F (or 0x96218F) is known color: Dark Purple. HEX triplet: 96, 21 and 8F. RGB value is (150,33,143). Sum of RGB (Red+Green+Blue) = 150+33+143=326 (43% of max value = 765). Red value is 150 (58.98% from 255 or 46.01% from 326); Green value is 33 (13.28% from 255 or 10.12% from 326); Blue value is 143 (56.25% from 255 or 43.87% from 326); Max value from RGB is 150 - color contains mainly: red. Hex color #96218F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #96218F is #69DE70. Grayscale: #505050. Windows color (decimal): -6938225 or 9380246. OLE color: 9380246.

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

Color convert

RGB 150 33 143 -
CMYK 0 0.78 0.05 0.41
HSL 303.59º 0.64% 0.36% -
HSV(B) 303.59º 0.78% 0.59% -
XYZ 18.08 9.55 26.88 -
YUV 80.52 163.26 177.56 -
System Red Green Blue C M Y K H S L
Decimal 150 33 143 0 0.78 0.05 0.41 303.59 0.64 0.36
Hex 96 21 8F 0 4E 5 29 130 40 24
Octal 226 41 217 0 116 5 51 460 100 44
Binary 10010110 100001 10001111 0 1001110 101 101001 100110000 1000000 100100

Color Harmonies of #96218F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96218F

Black with #96218F

Text Example


Text Example

White with #96218F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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