Html Css Color HEX #9570ED Medium Purple

📋 copy color: '#9570ED'

red 149 ◦ green 112 ◦ blue 237

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

Shades of Medium Purple #9570ED

Tints of Medium Purple #9570ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 47.59%

R = 29.92%
G = 22.49%
B = 47.59%

CMYK

 C value IS 0.37

 M value IS 0.53

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9570ED (or 0x9570ED) is known color: Medium Purple. HEX triplet: 95, 70 and ED. RGB value is (149,112,237). Sum of RGB (Red+Green+Blue) = 149+112+237=498 (65% of max value = 765). Red value is 149 (58.59% from 255 or 29.92% from 498); Green value is 112 (44.14% from 255 or 22.49% from 498); Blue value is 237 (92.97% from 255 or 47.59% from 498); Max value from RGB is 237 - color contains mainly: blue. Hex color #9570ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9570ED is #6A8F12. Grayscale: #888888. Windows color (decimal): -6983443 or 15560853. OLE color: 15560853.

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

Color convert

RGB 149 112 237 -
CMYK 0.37 0.53 0 0.07
HSL 257.76º 0.78% 0.68% -
HSV(B) 257.76º 0.53% 0.93% -
XYZ 33.47 24.09 83.01 -
YUV 137.31 184.26 136.34 -
System Red Green Blue C M Y K H S L
Decimal 149 112 237 0.37 0.53 0 0.07 257.76 0.78 0.68
Hex 95 70 ED 25 35 0 7 102 4E 44
Octal 225 160 355 45 65 0 7 402 116 104
Binary 10010101 1110000 11101101 100101 110101 0 111 100000010 1001110 1000100

Color Harmonies of #9570ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9570ED

Black with #9570ED

Text Example


Text Example

White with #9570ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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