Html Css Color HEX #9965CB Amethyst

📋 copy color: '#9965CB'

red 153 ◦ green 101 ◦ blue 203

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

Shades of Amethyst #9965CB

Tints of Amethyst #9965CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 44.42%

R = 33.48%
G = 22.1%
B = 44.42%

CMYK

 C value IS 0.25

 M value IS 0.50

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9965CB (or 0x9965CB) is known color: Amethyst. HEX triplet: 99, 65 and CB. RGB value is (153,101,203). Sum of RGB (Red+Green+Blue) = 153+101+203=457 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.48% from 457); Green value is 101 (39.84% from 255 or 22.10% from 457); Blue value is 203 (79.69% from 255 or 44.42% from 457); Max value from RGB is 203 - color contains mainly: blue. Hex color #9965CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9965CB is #669A34. Grayscale: #7F7F7F. Windows color (decimal): -6724149 or 13329817. OLE color: 13329817.

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

Color convert

RGB 153 101 203 -
CMYK 0.25 0.50 0 0.20
HSL 270.59º 0.5% 0.6% -
HSV(B) 270.59º 0.5% 0.8% -
XYZ 28.57 20.39 58.93 -
YUV 128.18 170.23 145.71 -
System Red Green Blue C M Y K H S L
Decimal 153 101 203 0.25 0.50 0 0.20 270.59 0.5 0.6
Hex 99 65 CB 19 32 0 14 10F 32 3C
Octal 231 145 313 31 62 0 24 417 62 74
Binary 10011001 1100101 11001011 11001 110010 0 10100 100001111 110010 111100

Color Harmonies of #9965CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9965CB

Black with #9965CB

Text Example


Text Example

White with #9965CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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