Html Css Color HEX #975CEF Medium Purple

📋 copy color: '#975CEF'

red 151 ◦ green 92 ◦ blue 239

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

Shades of Medium Purple #975CEF

Tints of Medium Purple #975CEF

RGB

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

 GREEN value IS 92 (36.33% from 255) = 19.09%

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

R = 31.33%
G = 19.09%
B = 49.59%

CMYK

 C value IS 0.37

 M value IS 0.62

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#975CEF (or 0x975CEF) is known color: Medium Purple. HEX triplet: 97, 5C and EF. RGB value is (151,92,239). Sum of RGB (Red+Green+Blue) = 151+92+239=482 (63% of max value = 765). Red value is 151 (59.38% from 255 or 31.33% from 482); Green value is 92 (36.33% from 255 or 19.09% from 482); Blue value is 239 (93.75% from 255 or 49.59% from 482); Max value from RGB is 239 - color contains mainly: blue. Hex color #975CEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #975CEF is #68A310. Grayscale: #7D7D7D. Windows color (decimal): -6857489 or 15686807. OLE color: 15686807.

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

Color convert

RGB 151 92 239 -
CMYK 0.37 0.62 0 0.06
HSL 264.08º 0.82% 0.65% -
HSV(B) 264.08º 0.62% 0.94% -
XYZ 32.17 20.47 83.92 -
YUV 126.4 191.55 145.55 -
System Red Green Blue C M Y K H S L
Decimal 151 92 239 0.37 0.62 0 0.06 264.08 0.82 0.65
Hex 97 5C EF 25 3E 0 6 108 52 41
Octal 227 134 357 45 76 0 6 410 122 101
Binary 10010111 1011100 11101111 100101 111110 0 110 100001000 1010010 1000001

Color Harmonies of #975CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975CEF

Black with #975CEF

Text Example


Text Example

White with #975CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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