Html Css Color HEX #975BCB Amethyst

📋 copy color: '#975BCB'

red 151 ◦ green 91 ◦ blue 203

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

Shades of Amethyst #975BCB

Tints of Amethyst #975BCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 45.62%

R = 33.93%
G = 20.45%
B = 45.62%

CMYK

 C value IS 0.26

 M value IS 0.55

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#975BCB (or 0x975BCB) is known color: Amethyst. HEX triplet: 97, 5B and CB. RGB value is (151,91,203). Sum of RGB (Red+Green+Blue) = 151+91+203=445 (58% of max value = 765). Red value is 151 (59.38% from 255 or 33.93% from 445); Green value is 91 (35.94% from 255 or 20.45% from 445); Blue value is 203 (79.69% from 255 or 45.62% from 445); Max value from RGB is 203 - color contains mainly: blue. Hex color #975BCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #975BCB is #68A434. Grayscale: #797979. Windows color (decimal): -6857781 or 13327255. OLE color: 13327255.

HSL color Cylindrical-coordinate representation of color #975BCB: hue angle of 272.14º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #975BCB is Cyan = 0.26, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 151 91 203 -
CMYK 0.26 0.55 0 0.20
HSL 272.14º 0.52% 0.58% -
HSV(B) 272.14º 0.55% 0.8% -
XYZ 27.28 18.37 58.61 -
YUV 121.71 173.88 148.89 -
System Red Green Blue C M Y K H S L
Decimal 151 91 203 0.26 0.55 0 0.20 272.14 0.52 0.58
Hex 97 5B CB 1A 37 0 14 110 34 3A
Octal 227 133 313 32 67 0 24 420 64 72
Binary 10010111 1011011 11001011 11010 110111 0 10100 100010000 110100 111010

Color Harmonies of #975BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975BCB

Black with #975BCB

Text Example


Text Example

White with #975BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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