Html Css Color HEX #9768D5 Amethyst

📋 copy color: '#9768D5'

red 151 ◦ green 104 ◦ blue 213

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

Shades of Amethyst #9768D5

Tints of Amethyst #9768D5

RGB

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

 GREEN value IS 104 (41.02% from 255) = 22.22%

 BLUE value IS 213 (83.59% from 255) = 45.51%

R = 32.26%
G = 22.22%
B = 45.51%

CMYK

 C value IS 0.29

 M value IS 0.51

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#9768D5 (or 0x9768D5) is known color: Amethyst. HEX triplet: 97, 68 and D5. RGB value is (151,104,213). Sum of RGB (Red+Green+Blue) = 151+104+213=468 (61% of max value = 765). Red value is 151 (59.38% from 255 or 32.26% from 468); Green value is 104 (41.02% from 255 or 22.22% from 468); Blue value is 213 (83.59% from 255 or 45.51% from 468); Max value from RGB is 213 - color contains mainly: blue. Hex color #9768D5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9768D5 is #68972A. Grayscale: #828282. Windows color (decimal): -6854443 or 13985943. OLE color: 13985943.

HSL color Cylindrical-coordinate representation of color #9768D5: hue angle of 265.87º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9768D5 is Cyan = 0.29, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 151 104 213 -
CMYK 0.29 0.51 0 0.16
HSL 265.87º 0.56% 0.62% -
HSV(B) 265.87º 0.51% 0.84% -
XYZ 29.72 21.28 65.49 -
YUV 130.48 174.57 142.64 -
System Red Green Blue C M Y K H S L
Decimal 151 104 213 0.29 0.51 0 0.16 265.87 0.56 0.62
Hex 97 68 D5 1D 33 0 10 10A 38 3E
Octal 227 150 325 35 63 0 20 412 70 76
Binary 10010111 1101000 11010101 11101 110011 0 10000 100001010 111000 111110

Color Harmonies of #9768D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9768D5

Black with #9768D5

Text Example


Text Example

White with #9768D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9768D5; }

 p { color: rgb(151,104,213); }

 H1.HeaderClassName
 {
   color: #9768D5;
 }
 .AnyTagClassName
 {
   color: #9768D5;
 }
</style>

background-color css

<style>
 a { background-color: #9768D5; }

 a { background-color: rgb(151,104,213); }

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

border-color css

<style>
 span { border-color: #9768D5; }

 span { border-color: rgb(151,104,213); }

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