Html Css Color HEX #9576DB Medium Purple

📋 copy color: '#9576DB'

red 149 ◦ green 118 ◦ blue 219

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

Shades of Medium Purple #9576DB

Tints of Medium Purple #9576DB

RGB

 RED value IS 149 (58.59% from 255) = 30.66%

 GREEN value IS 118 (46.48% from 255) = 24.28%

 BLUE value IS 219 (85.94% from 255) = 45.06%

R = 30.66%
G = 24.28%
B = 45.06%

CMYK

 C value IS 0.32

 M value IS 0.46

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9576DB (or 0x9576DB) is known color: Medium Purple. HEX triplet: 95, 76 and DB. RGB value is (149,118,219). Sum of RGB (Red+Green+Blue) = 149+118+219=486 (64% of max value = 765). Red value is 149 (58.59% from 255 or 30.66% from 486); Green value is 118 (46.48% from 255 or 24.28% from 486); Blue value is 219 (85.94% from 255 or 45.06% from 486); Max value from RGB is 219 - color contains mainly: blue. Hex color #9576DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9576DB is #6A8924. Grayscale: #8A8A8A. Windows color (decimal): -6981925 or 14382741. OLE color: 14382741.

HSL color Cylindrical-coordinate representation of color #9576DB: hue angle of 258.42º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9576DB is Cyan = 0.32, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 149 118 219 -
CMYK 0.32 0.46 0 0.14
HSL 258.42º 0.58% 0.66% -
HSV(B) 258.42º 0.46% 0.86% -
XYZ 31.66 24.46 70.07 -
YUV 138.78 173.27 135.29 -
System Red Green Blue C M Y K H S L
Decimal 149 118 219 0.32 0.46 0 0.14 258.42 0.58 0.66
Hex 95 76 DB 20 2E 0 E 102 3A 42
Octal 225 166 333 40 56 0 16 402 72 102
Binary 10010101 1110110 11011011 100000 101110 0 1110 100000010 111010 1000010

Color Harmonies of #9576DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9576DB

Black with #9576DB

Text Example


Text Example

White with #9576DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9576DB; }

 p { color: rgb(149,118,219); }

 H1.HeaderClassName
 {
   color: #9576DB;
 }
 .AnyTagClassName
 {
   color: #9576DB;
 }
</style>

background-color css

<style>
 a { background-color: #9576DB; }

 a { background-color: rgb(149,118,219); }

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

border-color css

<style>
 span { border-color: #9576DB; }

 span { border-color: rgb(149,118,219); }

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