Html Css Color HEX #9469CB Amethyst

📋 copy color: '#9469CB'

red 148 ◦ green 105 ◦ blue 203

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

Shades of Amethyst #9469CB

Tints of Amethyst #9469CB

RGB

 RED value IS 148 (58.2% from 255) = 32.46%

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

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

R = 32.46%
G = 23.03%
B = 44.52%

CMYK

 C value IS 0.27

 M value IS 0.48

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9469CB (or 0x9469CB) is known color: Amethyst. HEX triplet: 94, 69 and CB. RGB value is (148,105,203). Sum of RGB (Red+Green+Blue) = 148+105+203=456 (60% of max value = 765). Red value is 148 (58.20% from 255 or 32.46% from 456); Green value is 105 (41.41% from 255 or 23.03% from 456); Blue value is 203 (79.69% from 255 or 44.52% from 456); Max value from RGB is 203 - color contains mainly: blue. Hex color #9469CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9469CB is #6B9634. Grayscale: #808080. Windows color (decimal): -7050805 or 13330836. OLE color: 13330836.

HSL color Cylindrical-coordinate representation of color #9469CB: hue angle of 266.33º 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 #9469CB is Cyan = 0.27, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 148 105 203 -
CMYK 0.27 0.48 0 0.20
HSL 266.33º 0.49% 0.6% -
HSV(B) 266.33º 0.48% 0.8% -
XYZ 28.04 20.71 59.02 -
YUV 129.03 169.75 141.53 -
System Red Green Blue C M Y K H S L
Decimal 148 105 203 0.27 0.48 0 0.20 266.33 0.49 0.6
Hex 94 69 CB 1B 30 0 14 10A 31 3C
Octal 224 151 313 33 60 0 24 412 61 74
Binary 10010100 1101001 11001011 11011 110000 0 10100 100001010 110001 111100

Color Harmonies of #9469CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9469CB

Black with #9469CB

Text Example


Text Example

White with #9469CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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