Html Css Color HEX #96218B Dark Purple

📋 copy color: '#96218B'

red 150 ◦ green 33 ◦ blue 139

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

Shades of Dark Purple #96218B

Tints of Dark Purple #96218B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 43.17%

R = 46.58%
G = 10.25%
B = 43.17%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.07

 K value IS 0.41

RGB Variations

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

Color information

#96218B (or 0x96218B) is known color: Dark Purple. HEX triplet: 96, 21 and 8B. RGB value is (150,33,139). Sum of RGB (Red+Green+Blue) = 150+33+139=322 (42% of max value = 765). Red value is 150 (58.98% from 255 or 46.58% from 322); Green value is 33 (13.28% from 255 or 10.25% from 322); Blue value is 139 (54.69% from 255 or 43.17% from 322); Max value from RGB is 150 - color contains mainly: red. Hex color #96218B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #96218B is #69DE74. Grayscale: #4F4F4F. Windows color (decimal): -6938229 or 9118102. OLE color: 9118102.

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

Color convert

RGB 150 33 139 -
CMYK 0 0.78 0.07 0.41
HSL 305.64º 0.64% 0.36% -
HSV(B) 305.64º 0.78% 0.59% -
XYZ 17.78 9.44 25.31 -
YUV 80.07 161.26 177.88 -
System Red Green Blue C M Y K H S L
Decimal 150 33 139 0 0.78 0.07 0.41 305.64 0.64 0.36
Hex 96 21 8B 0 4E 7 29 132 40 24
Octal 226 41 213 0 116 7 51 462 100 44
Binary 10010110 100001 10001011 0 1001110 111 101001 100110010 1000000 100100

Color Harmonies of #96218B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96218B

Black with #96218B

Text Example


Text Example

White with #96218B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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