Html Css Color HEX #975EDF Medium Purple

📋 copy color: '#975EDF'

red 151 ◦ green 94 ◦ blue 223

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

Shades of Medium Purple #975EDF

Tints of Medium Purple #975EDF

RGB

 RED value IS 151 (59.38% from 255) = 32.26%

 GREEN value IS 94 (37.11% from 255) = 20.09%

 BLUE value IS 223 (87.5% from 255) = 47.65%

R = 32.26%
G = 20.09%
B = 47.65%

CMYK

 C value IS 0.32

 M value IS 0.58

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#975EDF (or 0x975EDF) is known color: Medium Purple. HEX triplet: 97, 5E and DF. RGB value is (151,94,223). Sum of RGB (Red+Green+Blue) = 151+94+223=468 (61% of max value = 765). Red value is 151 (59.38% from 255 or 32.26% from 468); Green value is 94 (37.11% from 255 or 20.09% from 468); Blue value is 223 (87.5% from 255 or 47.65% from 468); Max value from RGB is 223 - color contains mainly: blue. Hex color #975EDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #975EDF is #68A120. Grayscale: #7D7D7D. Windows color (decimal): -6856993 or 14638743. OLE color: 14638743.

HSL color Cylindrical-coordinate representation of color #975EDF: hue angle of 266.51º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #975EDF is Cyan = 0.32, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 151 94 223 -
CMYK 0.32 0.58 0 0.13
HSL 266.51º 0.67% 0.62% -
HSV(B) 266.51º 0.58% 0.87% -
XYZ 30.08 19.91 72.07 -
YUV 125.75 182.88 146.01 -
System Red Green Blue C M Y K H S L
Decimal 151 94 223 0.32 0.58 0 0.13 266.51 0.67 0.62
Hex 97 5E DF 20 3A 0 D 10B 43 3E
Octal 227 136 337 40 72 0 15 413 103 76
Binary 10010111 1011110 11011111 100000 111010 0 1101 100001011 1000011 111110

Color Harmonies of #975EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975EDF

Black with #975EDF

Text Example


Text Example

White with #975EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #975EDF; }

 p { color: rgb(151,94,223); }

 H1.HeaderClassName
 {
   color: #975EDF;
 }
 .AnyTagClassName
 {
   color: #975EDF;
 }
</style>

background-color css

<style>
 a { background-color: #975EDF; }

 a { background-color: rgb(151,94,223); }

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

border-color css

<style>
 span { border-color: #975EDF; }

 span { border-color: rgb(151,94,223); }

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