Html Css Color HEX #9669CB Amethyst

📋 copy color: '#9669CB'

red 150 ◦ green 105 ◦ blue 203

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

Shades of Amethyst #9669CB

Tints of Amethyst #9669CB

RGB

 RED value IS 150 (58.98% from 255) = 32.75%

 GREEN value IS 105 (41.41% from 255) = 22.93%

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

R = 32.75%
G = 22.93%
B = 44.32%

CMYK

 C value IS 0.26

 M value IS 0.48

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9669CB (or 0x9669CB) is known color: Amethyst. HEX triplet: 96, 69 and CB. RGB value is (150,105,203). Sum of RGB (Red+Green+Blue) = 150+105+203=458 (60% of max value = 765). Red value is 150 (58.98% from 255 or 32.75% from 458); Green value is 105 (41.41% from 255 or 22.93% from 458); Blue value is 203 (79.69% from 255 or 44.32% from 458); Max value from RGB is 203 - color contains mainly: blue. Hex color #9669CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9669CB is #699634. Grayscale: #818181. Windows color (decimal): -6919733 or 13330838. OLE color: 13330838.

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

Color convert

RGB 150 105 203 -
CMYK 0.26 0.48 0 0.20
HSL 267.55º 0.49% 0.6% -
HSV(B) 267.55º 0.48% 0.8% -
XYZ 28.41 20.9 59.04 -
YUV 129.63 169.41 142.53 -
System Red Green Blue C M Y K H S L
Decimal 150 105 203 0.26 0.48 0 0.20 267.55 0.49 0.6
Hex 96 69 CB 1A 30 0 14 10C 31 3C
Octal 226 151 313 32 60 0 24 414 61 74
Binary 10010110 1101001 11001011 11010 110000 0 10100 100001100 110001 111100

Color Harmonies of #9669CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9669CB

Black with #9669CB

Text Example


Text Example

White with #9669CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,105,203); }

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

background-color css

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

 a { background-color: rgb(150,105,203); }

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

border-color css

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

 span { border-color: rgb(150,105,203); }

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