Html Css Color HEX #975CE6 Medium Purple

📋 copy color: '#975CE6'

red 151 ◦ green 92 ◦ blue 230

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

Shades of Medium Purple #975CE6

Tints of Medium Purple #975CE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 48.63%

R = 31.92%
G = 19.45%
B = 48.63%

CMYK

 C value IS 0.34

 M value IS 0.60

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#975CE6 (or 0x975CE6) is known color: Medium Purple. HEX triplet: 97, 5C and E6. RGB value is (151,92,230). Sum of RGB (Red+Green+Blue) = 151+92+230=473 (62% of max value = 765). Red value is 151 (59.38% from 255 or 31.92% from 473); Green value is 92 (36.33% from 255 or 19.45% from 473); Blue value is 230 (90.23% from 255 or 48.63% from 473); Max value from RGB is 230 - color contains mainly: blue. Hex color #975CE6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #975CE6 is #68A319. Grayscale: #7C7C7C. Windows color (decimal): -6857498 or 15096983. OLE color: 15096983.

HSL color Cylindrical-coordinate representation of color #975CE6: hue angle of 265.65º degrees, saturation: 0.73, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #975CE6 is Cyan = 0.34, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 151 92 230 -
CMYK 0.34 0.60 0 0.10
HSL 265.65º 0.73% 0.63% -
HSV(B) 265.65º 0.6% 0.9% -
XYZ 30.87 19.95 77.09 -
YUV 125.37 187.05 146.28 -
System Red Green Blue C M Y K H S L
Decimal 151 92 230 0.34 0.60 0 0.10 265.65 0.73 0.63
Hex 97 5C E6 22 3C 0 A 10A 49 3F
Octal 227 134 346 42 74 0 12 412 111 77
Binary 10010111 1011100 11100110 100010 111100 0 1010 100001010 1001001 111111

Color Harmonies of #975CE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975CE6

Black with #975CE6

Text Example


Text Example

White with #975CE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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