Html Css Color HEX #9762DB Amethyst

📋 copy color: '#9762DB'

red 151 ◦ green 98 ◦ blue 219

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

Shades of Amethyst #9762DB

Tints of Amethyst #9762DB

RGB

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

 GREEN value IS 98 (38.67% from 255) = 20.94%

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

R = 32.26%
G = 20.94%
B = 46.79%

CMYK

 C value IS 0.31

 M value IS 0.55

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9762DB (or 0x9762DB) is known color: Amethyst. HEX triplet: 97, 62 and DB. RGB value is (151,98,219). Sum of RGB (Red+Green+Blue) = 151+98+219=468 (61% of max value = 765). Red value is 151 (59.38% from 255 or 32.26% from 468); Green value is 98 (38.67% from 255 or 20.94% from 468); Blue value is 219 (85.94% from 255 or 46.79% from 468); Max value from RGB is 219 - color contains mainly: blue. Hex color #9762DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9762DB is #689D24. Grayscale: #7F7F7F. Windows color (decimal): -6855973 or 14377623. OLE color: 14377623.

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

Color convert

RGB 151 98 219 -
CMYK 0.31 0.55 0 0.14
HSL 266.28º 0.63% 0.62% -
HSV(B) 266.28º 0.55% 0.86% -
XYZ 29.92 20.43 69.38 -
YUV 127.64 179.56 144.66 -
System Red Green Blue C M Y K H S L
Decimal 151 98 219 0.31 0.55 0 0.14 266.28 0.63 0.62
Hex 97 62 DB 1F 37 0 E 10A 3F 3E
Octal 227 142 333 37 67 0 16 412 77 76
Binary 10010111 1100010 11011011 11111 110111 0 1110 100001010 111111 111110

Color Harmonies of #9762DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9762DB

Black with #9762DB

Text Example


Text Example

White with #9762DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9762DB; }

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

 H1.HeaderClassName
 {
   color: #9762DB;
 }
 .AnyTagClassName
 {
   color: #9762DB;
 }
</style>

background-color css

<style>
 a { background-color: #9762DB; }

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

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

border-color css

<style>
 span { border-color: #9762DB; }

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

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