Html Css Color HEX #9466CA Amethyst

📋 copy color: '#9466CA'

red 148 ◦ green 102 ◦ blue 202

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

Shades of Amethyst #9466CA

Tints of Amethyst #9466CA

RGB

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

 GREEN value IS 102 (40.23% from 255) = 22.57%

 BLUE value IS 202 (79.3% from 255) = 44.69%

R = 32.74%
G = 22.57%
B = 44.69%

CMYK

 C value IS 0.27

 M value IS 0.50

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#9466CA (or 0x9466CA) is known color: Amethyst. HEX triplet: 94, 66 and CA. RGB value is (148,102,202). Sum of RGB (Red+Green+Blue) = 148+102+202=452 (59% of max value = 765). Red value is 148 (58.20% from 255 or 32.74% from 452); Green value is 102 (40.23% from 255 or 22.57% from 452); Blue value is 202 (79.30% from 255 or 44.69% from 452); Max value from RGB is 202 - color contains mainly: blue. Hex color #9466CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9466CA is #6B9935. Grayscale: #7E7E7E. Windows color (decimal): -7051574 or 13264532. OLE color: 13264532.

HSL color Cylindrical-coordinate representation of color #9466CA: hue angle of 267.6º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9466CA is Cyan = 0.27, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 148 102 202 -
CMYK 0.27 0.50 0 0.21
HSL 267.6º 0.49% 0.6% -
HSV(B) 267.6º 0.5% 0.79% -
XYZ 27.62 20.06 58.29 -
YUV 127.15 170.24 142.87 -
System Red Green Blue C M Y K H S L
Decimal 148 102 202 0.27 0.50 0 0.21 267.6 0.49 0.6
Hex 94 66 CA 1B 32 0 15 10C 31 3C
Octal 224 146 312 33 62 0 25 414 61 74
Binary 10010100 1100110 11001010 11011 110010 0 10101 100001100 110001 111100

Color Harmonies of #9466CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9466CA

Black with #9466CA

Text Example


Text Example

White with #9466CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9466CA; }

 p { color: rgb(148,102,202); }

 H1.HeaderClassName
 {
   color: #9466CA;
 }
 .AnyTagClassName
 {
   color: #9466CA;
 }
</style>

background-color css

<style>
 a { background-color: #9466CA; }

 a { background-color: rgb(148,102,202); }

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

border-color css

<style>
 span { border-color: #9466CA; }

 span { border-color: rgb(148,102,202); }

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