Html Css Color HEX #975FDB Amethyst

📋 copy color: '#975FDB'

red 151 ◦ green 95 ◦ blue 219

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

Shades of Amethyst #975FDB

Tints of Amethyst #975FDB

RGB

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

 GREEN value IS 95 (37.5% from 255) = 20.43%

 BLUE value IS 219 (85.94% from 255) = 47.1%

R = 32.47%
G = 20.43%
B = 47.1%

CMYK

 C value IS 0.31

 M value IS 0.57

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#975FDB (or 0x975FDB) is known color: Amethyst. HEX triplet: 97, 5F and DB. RGB value is (151,95,219). Sum of RGB (Red+Green+Blue) = 151+95+219=465 (61% of max value = 765). Red value is 151 (59.38% from 255 or 32.47% from 465); Green value is 95 (37.5% from 255 or 20.43% from 465); Blue value is 219 (85.94% from 255 or 47.10% from 465); Max value from RGB is 219 - color contains mainly: blue. Hex color #975FDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #975FDB is #68A024. Grayscale: #7D7D7D. Windows color (decimal): -6856741 or 14376855. OLE color: 14376855.

HSL color Cylindrical-coordinate representation of color #975FDB: hue angle of 267.1º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #975FDB is Cyan = 0.31, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 151 95 219 -
CMYK 0.31 0.57 0 0.14
HSL 267.1º 0.63% 0.62% -
HSV(B) 267.1º 0.57% 0.86% -
XYZ 29.64 19.88 69.29 -
YUV 125.88 180.55 145.92 -
System Red Green Blue C M Y K H S L
Decimal 151 95 219 0.31 0.57 0 0.14 267.1 0.63 0.62
Hex 97 5F DB 1F 39 0 E 10B 3F 3E
Octal 227 137 333 37 71 0 16 413 77 76
Binary 10010111 1011111 11011011 11111 111001 0 1110 100001011 111111 111110

Color Harmonies of #975FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975FDB

Black with #975FDB

Text Example


Text Example

White with #975FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,95,219); }

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

background-color css

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

 a { background-color: rgb(151,95,219); }

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

border-color css

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

 span { border-color: rgb(151,95,219); }

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