Html Css Color HEX #9965CD Amethyst

📋 copy color: '#9965CD'

red 153 ◦ green 101 ◦ blue 205

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

Shades of Amethyst #9965CD

Tints of Amethyst #9965CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 44.66%

R = 33.33%
G = 22%
B = 44.66%

CMYK

 C value IS 0.25

 M value IS 0.51

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9965CD (or 0x9965CD) is known color: Amethyst. HEX triplet: 99, 65 and CD. RGB value is (153,101,205). Sum of RGB (Red+Green+Blue) = 153+101+205=459 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.33% from 459); Green value is 101 (39.84% from 255 or 22.00% from 459); Blue value is 205 (80.47% from 255 or 44.66% from 459); Max value from RGB is 205 - color contains mainly: blue. Hex color #9965CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9965CD is #669A32. Grayscale: #808080. Windows color (decimal): -6724147 or 13460889. OLE color: 13460889.

HSL color Cylindrical-coordinate representation of color #9965CD: hue angle of 270º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9965CD is Cyan = 0.25, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 153 101 205 -
CMYK 0.25 0.51 0 0.20
HSL 270º 0.51% 0.6% -
HSV(B) 270º 0.51% 0.8% -
XYZ 28.81 20.49 60.19 -
YUV 128.4 171.23 145.54 -
System Red Green Blue C M Y K H S L
Decimal 153 101 205 0.25 0.51 0 0.20 270 0.51 0.6
Hex 99 65 CD 19 33 0 14 10E 33 3C
Octal 231 145 315 31 63 0 24 416 63 74
Binary 10011001 1100101 11001101 11001 110011 0 10100 100001110 110011 111100

Color Harmonies of #9965CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9965CD

Black with #9965CD

Text Example


Text Example

White with #9965CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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