Html Css Color HEX #975BE0 Amethyst

📋 copy color: '#975BE0'

red 151 ◦ green 91 ◦ blue 224

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

Shades of Amethyst #975BE0

Tints of Amethyst #975BE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 48.07%

R = 32.4%
G = 19.53%
B = 48.07%

CMYK

 C value IS 0.33

 M value IS 0.59

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#975BE0 (or 0x975BE0) is known color: Amethyst. HEX triplet: 97, 5B and E0. RGB value is (151,91,224). Sum of RGB (Red+Green+Blue) = 151+91+224=466 (61% of max value = 765). Red value is 151 (59.38% from 255 or 32.40% from 466); Green value is 91 (35.94% from 255 or 19.53% from 466); Blue value is 224 (87.89% from 255 or 48.07% from 466); Max value from RGB is 224 - color contains mainly: blue. Hex color #975BE0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #975BE0 is #68A41F. Grayscale: #7B7B7B. Windows color (decimal): -6857760 or 14703511. OLE color: 14703511.

HSL color Cylindrical-coordinate representation of color #975BE0: hue angle of 267.07º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #975BE0 is Cyan = 0.33, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 151 91 224 -
CMYK 0.33 0.59 0 0.12
HSL 267.07º 0.68% 0.62% -
HSV(B) 267.07º 0.59% 0.88% -
XYZ 29.96 19.44 72.69 -
YUV 124.1 184.38 147.19 -
System Red Green Blue C M Y K H S L
Decimal 151 91 224 0.33 0.59 0 0.12 267.07 0.68 0.62
Hex 97 5B E0 21 3B 0 C 10B 44 3E
Octal 227 133 340 41 73 0 14 413 104 76
Binary 10010111 1011011 11100000 100001 111011 0 1100 100001011 1000100 111110

Color Harmonies of #975BE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975BE0

Black with #975BE0

Text Example


Text Example

White with #975BE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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