Html Css Color HEX #9965DA Amethyst

📋 copy color: '#9965DA'

red 153 ◦ green 101 ◦ blue 218

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

Shades of Amethyst #9965DA

Tints of Amethyst #9965DA

RGB

 RED value IS 153 (60.16% from 255) = 32.42%

 GREEN value IS 101 (39.84% from 255) = 21.4%

 BLUE value IS 218 (85.55% from 255) = 46.19%

R = 32.42%
G = 21.4%
B = 46.19%

CMYK

 C value IS 0.30

 M value IS 0.54

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#9965DA (or 0x9965DA) is known color: Amethyst. HEX triplet: 99, 65 and DA. RGB value is (153,101,218). Sum of RGB (Red+Green+Blue) = 153+101+218=472 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.42% from 472); Green value is 101 (39.84% from 255 or 21.40% from 472); Blue value is 218 (85.55% from 255 or 46.19% from 472); Max value from RGB is 218 - color contains mainly: blue. Hex color #9965DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9965DA is #669A25. Grayscale: #818181. Windows color (decimal): -6724134 or 14312857. OLE color: 14312857.

HSL color Cylindrical-coordinate representation of color #9965DA: hue angle of 266.67º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9965DA is Cyan = 0.30, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 153 101 218 -
CMYK 0.30 0.54 0 0.15
HSL 266.67º 0.61% 0.63% -
HSV(B) 266.67º 0.54% 0.85% -
XYZ 30.45 21.14 68.81 -
YUV 129.89 177.73 144.49 -
System Red Green Blue C M Y K H S L
Decimal 153 101 218 0.30 0.54 0 0.15 266.67 0.61 0.63
Hex 99 65 DA 1E 36 0 F 10B 3D 3F
Octal 231 145 332 36 66 0 17 413 75 77
Binary 10011001 1100101 11011010 11110 110110 0 1111 100001011 111101 111111

Color Harmonies of #9965DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9965DA

Black with #9965DA

Text Example


Text Example

White with #9965DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9965DA; }

 p { color: rgb(153,101,218); }

 H1.HeaderClassName
 {
   color: #9965DA;
 }
 .AnyTagClassName
 {
   color: #9965DA;
 }
</style>

background-color css

<style>
 a { background-color: #9965DA; }

 a { background-color: rgb(153,101,218); }

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

border-color css

<style>
 span { border-color: #9965DA; }

 span { border-color: rgb(153,101,218); }

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