Html Css Color HEX #975DEF Medium Purple

📋 copy color: '#975DEF'

red 151 ◦ green 93 ◦ blue 239

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

Shades of Medium Purple #975DEF

Tints of Medium Purple #975DEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 49.48%

R = 31.26%
G = 19.25%
B = 49.48%

CMYK

 C value IS 0.37

 M value IS 0.61

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#975DEF (or 0x975DEF) is known color: Medium Purple. HEX triplet: 97, 5D and EF. RGB value is (151,93,239). Sum of RGB (Red+Green+Blue) = 151+93+239=483 (63% of max value = 765). Red value is 151 (59.38% from 255 or 31.26% from 483); Green value is 93 (36.72% from 255 or 19.25% from 483); Blue value is 239 (93.75% from 255 or 49.48% from 483); Max value from RGB is 239 - color contains mainly: blue. Hex color #975DEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #975DEF is #68A210. Grayscale: #7E7E7E. Windows color (decimal): -6857233 or 15687063. OLE color: 15687063.

HSL color Cylindrical-coordinate representation of color #975DEF: hue angle of 263.84º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #975DEF is Cyan = 0.37, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 151 93 239 -
CMYK 0.37 0.61 0 0.06
HSL 263.84º 0.82% 0.65% -
HSV(B) 263.84º 0.61% 0.94% -
XYZ 32.26 20.64 83.95 -
YUV 126.99 191.22 145.13 -
System Red Green Blue C M Y K H S L
Decimal 151 93 239 0.37 0.61 0 0.06 263.84 0.82 0.65
Hex 97 5D EF 25 3D 0 6 108 52 41
Octal 227 135 357 45 75 0 6 410 122 101
Binary 10010111 1011101 11101111 100101 111101 0 110 100001000 1010010 1000001

Color Harmonies of #975DEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975DEF

Black with #975DEF

Text Example


Text Example

White with #975DEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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