Html Css Color HEX #9462BE Amethyst

📋 copy color: '#9462BE'

red 148 ◦ green 98 ◦ blue 190

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

Shades of Amethyst #9462BE

Tints of Amethyst #9462BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 43.58%

R = 33.94%
G = 22.48%
B = 43.58%

CMYK

 C value IS 0.22

 M value IS 0.48

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9462BE (or 0x9462BE) is known color: Amethyst. HEX triplet: 94, 62 and BE. RGB value is (148,98,190). Sum of RGB (Red+Green+Blue) = 148+98+190=436 (57% of max value = 765). Red value is 148 (58.20% from 255 or 33.94% from 436); Green value is 98 (38.67% from 255 or 22.48% from 436); Blue value is 190 (74.61% from 255 or 43.58% from 436); Max value from RGB is 190 - color contains mainly: blue. Hex color #9462BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9462BE is #6B9D41. Grayscale: #7B7B7B. Windows color (decimal): -7052610 or 12477076. OLE color: 12477076.

HSL color Cylindrical-coordinate representation of color #9462BE: hue angle of 272.61º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9462BE is Cyan = 0.22, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 148 98 190 -
CMYK 0.22 0.48 0 0.25
HSL 272.61º 0.41% 0.56% -
HSV(B) 272.61º 0.48% 0.75% -
XYZ 25.87 18.75 50.97 -
YUV 123.44 165.57 145.52 -
System Red Green Blue C M Y K H S L
Decimal 148 98 190 0.22 0.48 0 0.25 272.61 0.41 0.56
Hex 94 62 BE 16 30 0 19 111 29 38
Octal 224 142 276 26 60 0 31 421 51 70
Binary 10010100 1100010 10111110 10110 110000 0 11001 100010001 101001 111000

Color Harmonies of #9462BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9462BE

Black with #9462BE

Text Example


Text Example

White with #9462BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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