Html Css Color HEX #9462C3 Amethyst

📋 copy color: '#9462C3'

red 148 ◦ green 98 ◦ blue 195

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

Shades of Amethyst #9462C3

Tints of Amethyst #9462C3

RGB

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

 GREEN value IS 98 (38.67% from 255) = 22.22%

 BLUE value IS 195 (76.56% from 255) = 44.22%

R = 33.56%
G = 22.22%
B = 44.22%

CMYK

 C value IS 0.24

 M value IS 0.50

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#9462C3 (or 0x9462C3) is known color: Amethyst. HEX triplet: 94, 62 and C3. RGB value is (148,98,195). Sum of RGB (Red+Green+Blue) = 148+98+195=441 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.56% from 441); Green value is 98 (38.67% from 255 or 22.22% from 441); Blue value is 195 (76.56% from 255 or 44.22% from 441); Max value from RGB is 195 - color contains mainly: blue. Hex color #9462C3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9462C3 is #6B9D3C. Grayscale: #7B7B7B. Windows color (decimal): -7052605 or 12804756. OLE color: 12804756.

HSL color Cylindrical-coordinate representation of color #9462C3: hue angle of 270.93º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9462C3 is Cyan = 0.24, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 148 98 195 -
CMYK 0.24 0.50 0 0.24
HSL 270.93º 0.45% 0.57% -
HSV(B) 270.93º 0.5% 0.76% -
XYZ 26.43 18.97 53.9 -
YUV 124.01 168.07 145.11 -
System Red Green Blue C M Y K H S L
Decimal 148 98 195 0.24 0.50 0 0.24 270.93 0.45 0.57
Hex 94 62 C3 18 32 0 18 10F 2D 39
Octal 224 142 303 30 62 0 30 417 55 71
Binary 10010100 1100010 11000011 11000 110010 0 11000 100001111 101101 111001

Color Harmonies of #9462C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9462C3

Black with #9462C3

Text Example


Text Example

White with #9462C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9462C3; }

 p { color: rgb(148,98,195); }

 H1.HeaderClassName
 {
   color: #9462C3;
 }
 .AnyTagClassName
 {
   color: #9462C3;
 }
</style>

background-color css

<style>
 a { background-color: #9462C3; }

 a { background-color: rgb(148,98,195); }

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

border-color css

<style>
 span { border-color: #9462C3; }

 span { border-color: rgb(148,98,195); }

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