Html Css Color HEX #975BF3 Medium Purple

📋 copy color: '#975BF3'

red 151 ◦ green 91 ◦ blue 243

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

Shades of Medium Purple #975BF3

Tints of Medium Purple #975BF3

RGB

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

 GREEN value IS 91 (35.94% from 255) = 18.76%

 BLUE value IS 243 (95.31% from 255) = 50.1%

R = 31.13%
G = 18.76%
B = 50.1%

CMYK

 C value IS 0.38

 M value IS 0.63

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#975BF3 (or 0x975BF3) is known color: Medium Purple. HEX triplet: 97, 5B and F3. RGB value is (151,91,243). Sum of RGB (Red+Green+Blue) = 151+91+243=485 (64% of max value = 765). Red value is 151 (59.38% from 255 or 31.13% from 485); Green value is 91 (35.94% from 255 or 18.76% from 485); Blue value is 243 (95.31% from 255 or 50.10% from 485); Max value from RGB is 243 - color contains mainly: blue. Hex color #975BF3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #975BF3 is #68A40C. Grayscale: #7D7D7D. Windows color (decimal): -6857741 or 15948695. OLE color: 15948695.

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

Color convert

RGB 151 91 243 -
CMYK 0.38 0.63 0 0.05
HSL 263.68º 0.86% 0.65% -
HSV(B) 263.68º 0.63% 0.95% -
XYZ 32.68 20.53 87.03 -
YUV 126.27 193.88 145.64 -
System Red Green Blue C M Y K H S L
Decimal 151 91 243 0.38 0.63 0 0.05 263.68 0.86 0.65
Hex 97 5B F3 26 3F 0 5 108 56 41
Octal 227 133 363 46 77 0 5 410 126 101
Binary 10010111 1011011 11110011 100110 111111 0 101 100001000 1010110 1000001

Color Harmonies of #975BF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975BF3

Black with #975BF3

Text Example


Text Example

White with #975BF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,91,243); }

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

background-color css

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

 a { background-color: rgb(151,91,243); }

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

border-color css

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

 span { border-color: rgb(151,91,243); }

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