Html Css Color HEX #9570EF Medium Purple

📋 copy color: '#9570EF'

red 149 ◦ green 112 ◦ blue 239

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

Shades of Medium Purple #9570EF

Tints of Medium Purple #9570EF

RGB

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

 GREEN value IS 112 (44.14% from 255) = 22.4%

 BLUE value IS 239 (93.75% from 255) = 47.8%

R = 29.8%
G = 22.4%
B = 47.8%

CMYK

 C value IS 0.38

 M value IS 0.53

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#9570EF (or 0x9570EF) is known color: Medium Purple. HEX triplet: 95, 70 and EF. RGB value is (149,112,239). Sum of RGB (Red+Green+Blue) = 149+112+239=500 (66% of max value = 765). Red value is 149 (58.59% from 255 or 29.8% from 500); Green value is 112 (44.14% from 255 or 22.4% from 500); Blue value is 239 (93.75% from 255 or 47.8% from 500); Max value from RGB is 239 - color contains mainly: blue. Hex color #9570EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9570EF is #6A8F10. Grayscale: #898989. Windows color (decimal): -6983441 or 15691925. OLE color: 15691925.

HSL color Cylindrical-coordinate representation of color #9570EF: hue angle of 257.48º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9570EF is Cyan = 0.38, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 149 112 239 -
CMYK 0.38 0.53 0 0.06
HSL 257.48º 0.8% 0.69% -
HSV(B) 257.48º 0.53% 0.94% -
XYZ 33.77 24.21 84.55 -
YUV 137.54 185.26 136.17 -
System Red Green Blue C M Y K H S L
Decimal 149 112 239 0.38 0.53 0 0.06 257.48 0.8 0.69
Hex 95 70 EF 26 35 0 6 101 50 45
Octal 225 160 357 46 65 0 6 401 120 105
Binary 10010101 1110000 11101111 100110 110101 0 110 100000001 1010000 1000101

Color Harmonies of #9570EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9570EF

Black with #9570EF

Text Example


Text Example

White with #9570EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9570EF; }

 p { color: rgb(149,112,239); }

 H1.HeaderClassName
 {
   color: #9570EF;
 }
 .AnyTagClassName
 {
   color: #9570EF;
 }
</style>

background-color css

<style>
 a { background-color: #9570EF; }

 a { background-color: rgb(149,112,239); }

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

border-color css

<style>
 span { border-color: #9570EF; }

 span { border-color: rgb(149,112,239); }

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