Html Css Color HEX #9575DF Medium Purple

📋 copy color: '#9575DF'

red 149 ◦ green 117 ◦ blue 223

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

Shades of Medium Purple #9575DF

Tints of Medium Purple #9575DF

RGB

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

 GREEN value IS 117 (46.09% from 255) = 23.93%

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

R = 30.47%
G = 23.93%
B = 45.6%

CMYK

 C value IS 0.33

 M value IS 0.48

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9575DF (or 0x9575DF) is known color: Medium Purple. HEX triplet: 95, 75 and DF. RGB value is (149,117,223). Sum of RGB (Red+Green+Blue) = 149+117+223=489 (64% of max value = 765). Red value is 149 (58.59% from 255 or 30.47% from 489); Green value is 117 (46.09% from 255 or 23.93% from 489); Blue value is 223 (87.5% from 255 or 45.60% from 489); Max value from RGB is 223 - color contains mainly: blue. Hex color #9575DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9575DF is #6A8A20. Grayscale: #8A8A8A. Windows color (decimal): -6982177 or 14644629. OLE color: 14644629.

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

Color convert

RGB 149 117 223 -
CMYK 0.33 0.48 0 0.13
HSL 258.11º 0.62% 0.67% -
HSV(B) 258.11º 0.48% 0.87% -
XYZ 32.08 24.44 72.84 -
YUV 138.65 175.6 135.38 -
System Red Green Blue C M Y K H S L
Decimal 149 117 223 0.33 0.48 0 0.13 258.11 0.62 0.67
Hex 95 75 DF 21 30 0 D 102 3E 43
Octal 225 165 337 41 60 0 15 402 76 103
Binary 10010101 1110101 11011111 100001 110000 0 1101 100000010 111110 1000011

Color Harmonies of #9575DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9575DF

Black with #9575DF

Text Example


Text Example

White with #9575DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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