Html Css Color HEX #9572D6 Medium Purple

📋 copy color: '#9572D6'

red 149 ◦ green 114 ◦ blue 214

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

Shades of Medium Purple #9572D6

Tints of Medium Purple #9572D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 44.86%

R = 31.24%
G = 23.9%
B = 44.86%

CMYK

 C value IS 0.30

 M value IS 0.47

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#9572D6 (or 0x9572D6) is known color: Medium Purple. HEX triplet: 95, 72 and D6. RGB value is (149,114,214). Sum of RGB (Red+Green+Blue) = 149+114+214=477 (63% of max value = 765). Red value is 149 (58.59% from 255 or 31.24% from 477); Green value is 114 (44.92% from 255 or 23.90% from 477); Blue value is 214 (83.98% from 255 or 44.86% from 477); Max value from RGB is 214 - color contains mainly: blue. Hex color #9572D6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9572D6 is #6A8D29. Grayscale: #878787. Windows color (decimal): -6982954 or 14054037. OLE color: 14054037.

HSL color Cylindrical-coordinate representation of color #9572D6: hue angle of 261º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9572D6 is Cyan = 0.30, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 149 114 214 -
CMYK 0.30 0.47 0 0.16
HSL 261º 0.55% 0.64% -
HSV(B) 261º 0.47% 0.84% -
XYZ 30.55 23.28 66.5 -
YUV 135.87 172.1 137.37 -
System Red Green Blue C M Y K H S L
Decimal 149 114 214 0.30 0.47 0 0.16 261 0.55 0.64
Hex 95 72 D6 1E 2F 0 10 105 37 40
Octal 225 162 326 36 57 0 20 405 67 100
Binary 10010101 1110010 11010110 11110 101111 0 10000 100000101 110111 1000000

Color Harmonies of #9572D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9572D6

Black with #9572D6

Text Example


Text Example

White with #9572D6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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