Html Css Color HEX #9576DF Medium Purple

📋 copy color: '#9576DF'

red 149 ◦ green 118 ◦ blue 223

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

Shades of Medium Purple #9576DF

Tints of Medium Purple #9576DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 45.51%

R = 30.41%
G = 24.08%
B = 45.51%

CMYK

 C value IS 0.33

 M value IS 0.47

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9576DF (or 0x9576DF) is known color: Medium Purple. HEX triplet: 95, 76 and DF. RGB value is (149,118,223). Sum of RGB (Red+Green+Blue) = 149+118+223=490 (64% of max value = 765). Red value is 149 (58.59% from 255 or 30.41% from 490); Green value is 118 (46.48% from 255 or 24.08% from 490); Blue value is 223 (87.5% from 255 or 45.51% from 490); Max value from RGB is 223 - color contains mainly: blue. Hex color #9576DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9576DF is #6A8920. Grayscale: #8A8A8A. Windows color (decimal): -6981921 or 14644885. OLE color: 14644885.

HSL color Cylindrical-coordinate representation of color #9576DF: hue angle of 257.71º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9576DF is Cyan = 0.33, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 149 118 223 -
CMYK 0.33 0.47 0 0.13
HSL 257.71º 0.62% 0.67% -
HSV(B) 257.71º 0.47% 0.87% -
XYZ 32.19 24.67 72.88 -
YUV 139.24 175.27 134.96 -
System Red Green Blue C M Y K H S L
Decimal 149 118 223 0.33 0.47 0 0.13 257.71 0.62 0.67
Hex 95 76 DF 21 2F 0 D 102 3E 43
Octal 225 166 337 41 57 0 15 402 76 103
Binary 10010101 1110110 11011111 100001 101111 0 1101 100000010 111110 1000011

Color Harmonies of #9576DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9576DF

Black with #9576DF

Text Example


Text Example

White with #9576DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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