Html Css Color HEX #9461CE Amethyst

📋 copy color: '#9461CE'

red 148 ◦ green 97 ◦ blue 206

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

Shades of Amethyst #9461CE

Tints of Amethyst #9461CE

RGB

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

 GREEN value IS 97 (38.28% from 255) = 21.51%

 BLUE value IS 206 (80.86% from 255) = 45.68%

R = 32.82%
G = 21.51%
B = 45.68%

CMYK

 C value IS 0.28

 M value IS 0.53

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9461CE (or 0x9461CE) is known color: Amethyst. HEX triplet: 94, 61 and CE. RGB value is (148,97,206). Sum of RGB (Red+Green+Blue) = 148+97+206=451 (59% of max value = 765). Red value is 148 (58.20% from 255 or 32.82% from 451); Green value is 97 (38.28% from 255 or 21.51% from 451); Blue value is 206 (80.86% from 255 or 45.68% from 451); Max value from RGB is 206 - color contains mainly: blue. Hex color #9461CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9461CE is #6B9E31. Grayscale: #7C7C7C. Windows color (decimal): -7052850 or 13525396. OLE color: 13525396.

HSL color Cylindrical-coordinate representation of color #9461CE: hue angle of 268.07º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9461CE is Cyan = 0.28, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 148 97 206 -
CMYK 0.28 0.53 0 0.19
HSL 268.07º 0.53% 0.59% -
HSV(B) 268.07º 0.53% 0.81% -
XYZ 27.63 19.3 60.66 -
YUV 124.68 173.9 144.64 -
System Red Green Blue C M Y K H S L
Decimal 148 97 206 0.28 0.53 0 0.19 268.07 0.53 0.59
Hex 94 61 CE 1C 35 0 13 10C 35 3B
Octal 224 141 316 34 65 0 23 414 65 73
Binary 10010100 1100001 11001110 11100 110101 0 10011 100001100 110101 111011

Color Harmonies of #9461CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9461CE

Black with #9461CE

Text Example


Text Example

White with #9461CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9461CE; }

 p { color: rgb(148,97,206); }

 H1.HeaderClassName
 {
   color: #9461CE;
 }
 .AnyTagClassName
 {
   color: #9461CE;
 }
</style>

background-color css

<style>
 a { background-color: #9461CE; }

 a { background-color: rgb(148,97,206); }

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

border-color css

<style>
 span { border-color: #9461CE; }

 span { border-color: rgb(148,97,206); }

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