Html Css Color HEX #9570F2 Medium Purple

📋 copy color: '#9570F2'

red 149 ◦ green 112 ◦ blue 242

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

Shades of Medium Purple #9570F2

Tints of Medium Purple #9570F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 48.11%

R = 29.62%
G = 22.27%
B = 48.11%

CMYK

 C value IS 0.38

 M value IS 0.54

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#9570F2 (or 0x9570F2) is known color: Medium Purple. HEX triplet: 95, 70 and F2. RGB value is (149,112,242). Sum of RGB (Red+Green+Blue) = 149+112+242=503 (66% of max value = 765). Red value is 149 (58.59% from 255 or 29.62% from 503); Green value is 112 (44.14% from 255 or 22.27% from 503); Blue value is 242 (94.92% from 255 or 48.11% from 503); Max value from RGB is 242 - color contains mainly: blue. Hex color #9570F2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9570F2 is #6A8F0D. Grayscale: #898989. Windows color (decimal): -6983438 or 15888533. OLE color: 15888533.

HSL color Cylindrical-coordinate representation of color #9570F2: hue angle of 257.08º degrees, saturation: 0.83, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9570F2 is Cyan = 0.38, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 149 112 242 -
CMYK 0.38 0.54 0 0.05
HSL 257.08º 0.83% 0.69% -
HSV(B) 257.08º 0.54% 0.95% -
XYZ 34.22 24.39 86.91 -
YUV 137.88 186.76 135.93 -
System Red Green Blue C M Y K H S L
Decimal 149 112 242 0.38 0.54 0 0.05 257.08 0.83 0.69
Hex 95 70 F2 26 36 0 5 101 53 45
Octal 225 160 362 46 66 0 5 401 123 105
Binary 10010101 1110000 11110010 100110 110110 0 101 100000001 1010011 1000101

Color Harmonies of #9570F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9570F2

Black with #9570F2

Text Example


Text Example

White with #9570F2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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