Html Css Color HEX #975CF1 Medium Purple

📋 copy color: '#975CF1'

red 151 ◦ green 92 ◦ blue 241

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

Shades of Medium Purple #975CF1

Tints of Medium Purple #975CF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 49.79%

R = 31.2%
G = 19.01%
B = 49.79%

CMYK

 C value IS 0.37

 M value IS 0.62

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#975CF1 (or 0x975CF1) is known color: Medium Purple. HEX triplet: 97, 5C and F1. RGB value is (151,92,241). Sum of RGB (Red+Green+Blue) = 151+92+241=484 (64% of max value = 765). Red value is 151 (59.38% from 255 or 31.20% from 484); Green value is 92 (36.33% from 255 or 19.01% from 484); Blue value is 241 (94.53% from 255 or 49.79% from 484); Max value from RGB is 241 - color contains mainly: blue. Hex color #975CF1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #975CF1 is #68A30E. Grayscale: #7E7E7E. Windows color (decimal): -6857487 or 15817879. OLE color: 15817879.

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

Color convert

RGB 151 92 241 -
CMYK 0.37 0.62 0 0.05
HSL 263.76º 0.84% 0.65% -
HSV(B) 263.76º 0.62% 0.95% -
XYZ 32.47 20.58 85.48 -
YUV 126.63 192.55 145.38 -
System Red Green Blue C M Y K H S L
Decimal 151 92 241 0.37 0.62 0 0.05 263.76 0.84 0.65
Hex 97 5C F1 25 3E 0 5 108 54 41
Octal 227 134 361 45 76 0 5 410 124 101
Binary 10010111 1011100 11110001 100101 111110 0 101 100001000 1010100 1000001

Color Harmonies of #975CF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975CF1

Black with #975CF1

Text Example


Text Example

White with #975CF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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