Html Css Color HEX #9572DD Medium Purple

📋 copy color: '#9572DD'

red 149 ◦ green 114 ◦ blue 221

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

Shades of Medium Purple #9572DD

Tints of Medium Purple #9572DD

RGB

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

 GREEN value IS 114 (44.92% from 255) = 23.55%

 BLUE value IS 221 (86.72% from 255) = 45.66%

R = 30.79%
G = 23.55%
B = 45.66%

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

#9572DD (or 0x9572DD) is known color: Medium Purple. HEX triplet: 95, 72 and DD. RGB value is (149,114,221). Sum of RGB (Red+Green+Blue) = 149+114+221=484 (64% of max value = 765). Red value is 149 (58.59% from 255 or 30.79% from 484); Green value is 114 (44.92% from 255 or 23.55% from 484); Blue value is 221 (86.72% from 255 or 45.66% from 484); Max value from RGB is 221 - color contains mainly: blue. Hex color #9572DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9572DD is #6A8D22. Grayscale: #888888. Windows color (decimal): -6982947 or 14512789. OLE color: 14512789.

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

Color convert

RGB 149 114 221 -
CMYK 0.33 0.48 0 0.13
HSL 259.63º 0.61% 0.66% -
HSV(B) 259.63º 0.48% 0.87% -
XYZ 31.46 23.64 71.31 -
YUV 136.66 175.6 136.8 -
System Red Green Blue C M Y K H S L
Decimal 149 114 221 0.33 0.48 0 0.13 259.63 0.61 0.66
Hex 95 72 DD 21 30 0 D 104 3D 42
Octal 225 162 335 41 60 0 15 404 75 102
Binary 10010101 1110010 11011101 100001 110000 0 1101 100000100 111101 1000010

Color Harmonies of #9572DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9572DD

Black with #9572DD

Text Example


Text Example

White with #9572DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9572DD; }

 p { color: rgb(149,114,221); }

 H1.HeaderClassName
 {
   color: #9572DD;
 }
 .AnyTagClassName
 {
   color: #9572DD;
 }
</style>

background-color css

<style>
 a { background-color: #9572DD; }

 a { background-color: rgb(149,114,221); }

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

border-color css

<style>
 span { border-color: #9572DD; }

 span { border-color: rgb(149,114,221); }

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