Html Css Color HEX #9572DC Medium Purple

📋 copy color: '#9572DC'

red 149 ◦ green 114 ◦ blue 220

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

Shades of Medium Purple #9572DC

Tints of Medium Purple #9572DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 45.55%

R = 30.85%
G = 23.6%
B = 45.55%

CMYK

 C value IS 0.32

 M value IS 0.48

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9572DC (or 0x9572DC) is known color: Medium Purple. HEX triplet: 95, 72 and DC. RGB value is (149,114,220). Sum of RGB (Red+Green+Blue) = 149+114+220=483 (63% of max value = 765). Red value is 149 (58.59% from 255 or 30.85% from 483); Green value is 114 (44.92% from 255 or 23.60% from 483); Blue value is 220 (86.33% from 255 or 45.55% from 483); Max value from RGB is 220 - color contains mainly: blue. Hex color #9572DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9572DC is #6A8D23. Grayscale: #888888. Windows color (decimal): -6982948 or 14447253. OLE color: 14447253.

HSL color Cylindrical-coordinate representation of color #9572DC: hue angle of 259.81º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9572DC is Cyan = 0.32, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 149 114 220 -
CMYK 0.32 0.48 0 0.14
HSL 259.81º 0.6% 0.65% -
HSV(B) 259.81º 0.48% 0.86% -
XYZ 31.33 23.59 70.61 -
YUV 136.55 175.1 136.88 -
System Red Green Blue C M Y K H S L
Decimal 149 114 220 0.32 0.48 0 0.14 259.81 0.6 0.65
Hex 95 72 DC 20 30 0 E 104 3C 41
Octal 225 162 334 40 60 0 16 404 74 101
Binary 10010101 1110010 11011100 100000 110000 0 1110 100000100 111100 1000001

Color Harmonies of #9572DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9572DC

Black with #9572DC

Text Example


Text Example

White with #9572DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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