Html Css Color HEX #9572EE Medium Purple

📋 copy color: '#9572EE'

red 149 ◦ green 114 ◦ blue 238

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

Shades of Medium Purple #9572EE

Tints of Medium Purple #9572EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 47.5%

R = 29.74%
G = 22.75%
B = 47.5%

CMYK

 C value IS 0.37

 M value IS 0.52

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9572EE (or 0x9572EE) is known color: Medium Purple. HEX triplet: 95, 72 and EE. RGB value is (149,114,238). Sum of RGB (Red+Green+Blue) = 149+114+238=501 (66% of max value = 765). Red value is 149 (58.59% from 255 or 29.74% from 501); Green value is 114 (44.92% from 255 or 22.75% from 501); Blue value is 238 (93.36% from 255 or 47.50% from 501); Max value from RGB is 238 - color contains mainly: blue. Hex color #9572EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9572EE is #6A8D11. Grayscale: #8A8A8A. Windows color (decimal): -6982930 or 15626901. OLE color: 15626901.

HSL color Cylindrical-coordinate representation of color #9572EE: hue angle of 256.94º degrees, saturation: 0.78, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9572EE is Cyan = 0.37, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 149 114 238 -
CMYK 0.37 0.52 0 0.07
HSL 256.94º 0.78% 0.69% -
HSV(B) 256.94º 0.52% 0.93% -
XYZ 33.84 24.6 83.85 -
YUV 138.6 184.1 135.42 -
System Red Green Blue C M Y K H S L
Decimal 149 114 238 0.37 0.52 0 0.07 256.94 0.78 0.69
Hex 95 72 EE 25 34 0 7 101 4E 45
Octal 225 162 356 45 64 0 7 401 116 105
Binary 10010101 1110010 11101110 100101 110100 0 111 100000001 1001110 1000101

Color Harmonies of #9572EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9572EE

Black with #9572EE

Text Example


Text Example

White with #9572EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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