Html Css Color HEX #975BEB Medium Purple

📋 copy color: '#975BEB'

red 151 ◦ green 91 ◦ blue 235

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

Shades of Medium Purple #975BEB

Tints of Medium Purple #975BEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 49.27%

R = 31.66%
G = 19.08%
B = 49.27%

CMYK

 C value IS 0.36

 M value IS 0.61

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#975BEB (or 0x975BEB) is known color: Medium Purple. HEX triplet: 97, 5B and EB. RGB value is (151,91,235). Sum of RGB (Red+Green+Blue) = 151+91+235=477 (63% of max value = 765). Red value is 151 (59.38% from 255 or 31.66% from 477); Green value is 91 (35.94% from 255 or 19.08% from 477); Blue value is 235 (92.19% from 255 or 49.27% from 477); Max value from RGB is 235 - color contains mainly: blue. Hex color #975BEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #975BEB is #68A414. Grayscale: #7C7C7C. Windows color (decimal): -6857749 or 15424407. OLE color: 15424407.

HSL color Cylindrical-coordinate representation of color #975BEB: hue angle of 265º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #975BEB is Cyan = 0.36, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 151 91 235 -
CMYK 0.36 0.61 0 0.08
HSL 265º 0.78% 0.64% -
HSV(B) 265º 0.61% 0.92% -
XYZ 31.5 20.06 80.81 -
YUV 125.36 189.88 146.29 -
System Red Green Blue C M Y K H S L
Decimal 151 91 235 0.36 0.61 0 0.08 265 0.78 0.64
Hex 97 5B EB 24 3D 0 8 109 4E 40
Octal 227 133 353 44 75 0 10 411 116 100
Binary 10010111 1011011 11101011 100100 111101 0 1000 100001001 1001110 1000000

Color Harmonies of #975BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975BEB

Black with #975BEB

Text Example


Text Example

White with #975BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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