Html Css Color HEX #975DED Medium Purple

📋 copy color: '#975DED'

red 151 ◦ green 93 ◦ blue 237

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

Shades of Medium Purple #975DED

Tints of Medium Purple #975DED

RGB

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

 GREEN value IS 93 (36.72% from 255) = 19.33%

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

R = 31.39%
G = 19.33%
B = 49.27%

CMYK

 C value IS 0.36

 M value IS 0.61

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#975DED (or 0x975DED) is known color: Medium Purple. HEX triplet: 97, 5D and ED. RGB value is (151,93,237). Sum of RGB (Red+Green+Blue) = 151+93+237=481 (63% of max value = 765). Red value is 151 (59.38% from 255 or 31.39% from 481); Green value is 93 (36.72% from 255 or 19.33% from 481); Blue value is 237 (92.97% from 255 or 49.27% from 481); Max value from RGB is 237 - color contains mainly: blue. Hex color #975DED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #975DED is #68A212. Grayscale: #7E7E7E. Windows color (decimal): -6857235 or 15555991. OLE color: 15555991.

HSL color Cylindrical-coordinate representation of color #975DED: hue angle of 264.17º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #975DED is Cyan = 0.36, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 151 93 237 -
CMYK 0.36 0.61 0 0.07
HSL 264.17º 0.8% 0.65% -
HSV(B) 264.17º 0.61% 0.93% -
XYZ 31.96 20.52 82.4 -
YUV 126.76 190.22 145.29 -
System Red Green Blue C M Y K H S L
Decimal 151 93 237 0.36 0.61 0 0.07 264.17 0.8 0.65
Hex 97 5D ED 24 3D 0 7 108 50 41
Octal 227 135 355 44 75 0 7 410 120 101
Binary 10010111 1011101 11101101 100100 111101 0 111 100001000 1010000 1000001

Color Harmonies of #975DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975DED

Black with #975DED

Text Example


Text Example

White with #975DED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,93,237); }

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

background-color css

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

 a { background-color: rgb(151,93,237); }

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

border-color css

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

 span { border-color: rgb(151,93,237); }

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