Html Css Color HEX #9570DD Medium Purple

📋 copy color: '#9570DD'

red 149 ◦ green 112 ◦ blue 221

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

Shades of Medium Purple #9570DD

Tints of Medium Purple #9570DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 45.85%

R = 30.91%
G = 23.24%
B = 45.85%

CMYK

 C value IS 0.33

 M value IS 0.49

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9570DD (or 0x9570DD) is known color: Medium Purple. HEX triplet: 95, 70 and DD. RGB value is (149,112,221). Sum of RGB (Red+Green+Blue) = 149+112+221=482 (63% of max value = 765). Red value is 149 (58.59% from 255 or 30.91% from 482); Green value is 112 (44.14% from 255 or 23.24% from 482); Blue value is 221 (86.72% from 255 or 45.85% from 482); Max value from RGB is 221 - color contains mainly: blue. Hex color #9570DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9570DD is #6A8F22. Grayscale: #878787. Windows color (decimal): -6983459 or 14512277. OLE color: 14512277.

HSL color Cylindrical-coordinate representation of color #9570DD: hue angle of 260.37º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9570DD is Cyan = 0.33, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 149 112 221 -
CMYK 0.33 0.49 0 0.13
HSL 260.37º 0.62% 0.65% -
HSV(B) 260.37º 0.49% 0.87% -
XYZ 31.24 23.2 71.24 -
YUV 135.49 176.26 137.64 -
System Red Green Blue C M Y K H S L
Decimal 149 112 221 0.33 0.49 0 0.13 260.37 0.62 0.65
Hex 95 70 DD 21 31 0 D 104 3E 41
Octal 225 160 335 41 61 0 15 404 76 101
Binary 10010101 1110000 11011101 100001 110001 0 1101 100000100 111110 1000001

Color Harmonies of #9570DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9570DD

Black with #9570DD

Text Example


Text Example

White with #9570DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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