Html Css Color HEX #9965D8 Amethyst

📋 copy color: '#9965D8'

red 153 ◦ green 101 ◦ blue 216

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

Shades of Amethyst #9965D8

Tints of Amethyst #9965D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 45.96%

R = 32.55%
G = 21.49%
B = 45.96%

CMYK

 C value IS 0.29

 M value IS 0.53

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#9965D8 (or 0x9965D8) is known color: Amethyst. HEX triplet: 99, 65 and D8. RGB value is (153,101,216). Sum of RGB (Red+Green+Blue) = 153+101+216=470 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.55% from 470); Green value is 101 (39.84% from 255 or 21.49% from 470); Blue value is 216 (84.77% from 255 or 45.96% from 470); Max value from RGB is 216 - color contains mainly: blue. Hex color #9965D8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9965D8 is #669A27. Grayscale: #818181. Windows color (decimal): -6724136 or 14181785. OLE color: 14181785.

HSL color Cylindrical-coordinate representation of color #9965D8: hue angle of 267.13º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9965D8 is Cyan = 0.29, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 153 101 216 -
CMYK 0.29 0.53 0 0.15
HSL 267.13º 0.6% 0.62% -
HSV(B) 267.13º 0.53% 0.85% -
XYZ 30.19 21.04 67.44 -
YUV 129.66 176.73 144.65 -
System Red Green Blue C M Y K H S L
Decimal 153 101 216 0.29 0.53 0 0.15 267.13 0.6 0.62
Hex 99 65 D8 1D 35 0 F 10B 3C 3E
Octal 231 145 330 35 65 0 17 413 74 76
Binary 10011001 1100101 11011000 11101 110101 0 1111 100001011 111100 111110

Color Harmonies of #9965D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9965D8

Black with #9965D8

Text Example


Text Example

White with #9965D8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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