Html Css Color HEX #976BCA Amethyst

📋 copy color: '#976BCA'

red 151 ◦ green 107 ◦ blue 202

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

Shades of Amethyst #976BCA

Tints of Amethyst #976BCA

RGB

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

 GREEN value IS 107 (42.19% from 255) = 23.26%

 BLUE value IS 202 (79.3% from 255) = 43.91%

R = 32.83%
G = 23.26%
B = 43.91%

CMYK

 C value IS 0.25

 M value IS 0.47

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#976BCA (or 0x976BCA) is known color: Amethyst. HEX triplet: 97, 6B and CA. RGB value is (151,107,202). Sum of RGB (Red+Green+Blue) = 151+107+202=460 (60% of max value = 765). Red value is 151 (59.38% from 255 or 32.83% from 460); Green value is 107 (42.19% from 255 or 23.26% from 460); Blue value is 202 (79.30% from 255 or 43.91% from 460); Max value from RGB is 202 - color contains mainly: blue. Hex color #976BCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #976BCA is #689435. Grayscale: #828282. Windows color (decimal): -6853686 or 13265815. OLE color: 13265815.

HSL color Cylindrical-coordinate representation of color #976BCA: hue angle of 267.79º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #976BCA is Cyan = 0.25, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 151 107 202 -
CMYK 0.25 0.47 0 0.21
HSL 267.79º 0.47% 0.61% -
HSV(B) 267.79º 0.47% 0.79% -
XYZ 28.68 21.36 58.49 -
YUV 130.99 168.08 142.28 -
System Red Green Blue C M Y K H S L
Decimal 151 107 202 0.25 0.47 0 0.21 267.79 0.47 0.61
Hex 97 6B CA 19 2F 0 15 10C 2F 3D
Octal 227 153 312 31 57 0 25 414 57 75
Binary 10010111 1101011 11001010 11001 101111 0 10101 100001100 101111 111101

Color Harmonies of #976BCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976BCA

Black with #976BCA

Text Example


Text Example

White with #976BCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #976BCA; }

 p { color: rgb(151,107,202); }

 H1.HeaderClassName
 {
   color: #976BCA;
 }
 .AnyTagClassName
 {
   color: #976BCA;
 }
</style>

background-color css

<style>
 a { background-color: #976BCA; }

 a { background-color: rgb(151,107,202); }

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

border-color css

<style>
 span { border-color: #976BCA; }

 span { border-color: rgb(151,107,202); }

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