Html Css Color HEX #9572E6 Medium Purple

📋 copy color: '#9572E6'

red 149 ◦ green 114 ◦ blue 230

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

Shades of Medium Purple #9572E6

Tints of Medium Purple #9572E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 46.65%

R = 30.22%
G = 23.12%
B = 46.65%

CMYK

 C value IS 0.35

 M value IS 0.50

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#9572E6 (or 0x9572E6) is known color: Medium Purple. HEX triplet: 95, 72 and E6. RGB value is (149,114,230). Sum of RGB (Red+Green+Blue) = 149+114+230=493 (65% of max value = 765). Red value is 149 (58.59% from 255 or 30.22% from 493); Green value is 114 (44.92% from 255 or 23.12% from 493); Blue value is 230 (90.23% from 255 or 46.65% from 493); Max value from RGB is 230 - color contains mainly: blue. Hex color #9572E6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9572E6 is #6A8D19. Grayscale: #898989. Windows color (decimal): -6982938 or 15102613. OLE color: 15102613.

HSL color Cylindrical-coordinate representation of color #9572E6: hue angle of 258.1º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9572E6 is Cyan = 0.35, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 149 114 230 -
CMYK 0.35 0.50 0 0.10
HSL 258.1º 0.7% 0.67% -
HSV(B) 258.1º 0.5% 0.9% -
XYZ 32.69 24.14 77.8 -
YUV 137.69 180.1 136.07 -
System Red Green Blue C M Y K H S L
Decimal 149 114 230 0.35 0.50 0 0.10 258.1 0.7 0.67
Hex 95 72 E6 23 32 0 A 102 46 43
Octal 225 162 346 43 62 0 12 402 106 103
Binary 10010101 1110010 11100110 100011 110010 0 1010 100000010 1000110 1000011

Color Harmonies of #9572E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9572E6

Black with #9572E6

Text Example


Text Example

White with #9572E6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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