Html Css Color HEX #9460CF Amethyst

📋 copy color: '#9460CF'

red 148 ◦ green 96 ◦ blue 207

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

Shades of Amethyst #9460CF

Tints of Amethyst #9460CF

RGB

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

 GREEN value IS 96 (37.89% from 255) = 21.29%

 BLUE value IS 207 (81.25% from 255) = 45.9%

R = 32.82%
G = 21.29%
B = 45.9%

CMYK

 C value IS 0.29

 M value IS 0.54

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9460CF (or 0x9460CF) is known color: Amethyst. HEX triplet: 94, 60 and CF. RGB value is (148,96,207). Sum of RGB (Red+Green+Blue) = 148+96+207=451 (59% of max value = 765). Red value is 148 (58.20% from 255 or 32.82% from 451); Green value is 96 (37.89% from 255 or 21.29% from 451); Blue value is 207 (81.25% from 255 or 45.90% from 451); Max value from RGB is 207 - color contains mainly: blue. Hex color #9460CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9460CF is #6B9F30. Grayscale: #7B7B7B. Windows color (decimal): -7053105 or 13590676. OLE color: 13590676.

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

Color convert

RGB 148 96 207 -
CMYK 0.29 0.54 0 0.19
HSL 268.11º 0.54% 0.59% -
HSV(B) 268.11º 0.54% 0.81% -
XYZ 27.66 19.17 61.27 -
YUV 124.2 174.73 144.97 -
System Red Green Blue C M Y K H S L
Decimal 148 96 207 0.29 0.54 0 0.19 268.11 0.54 0.59
Hex 94 60 CF 1D 36 0 13 10C 36 3B
Octal 224 140 317 35 66 0 23 414 66 73
Binary 10010100 1100000 11001111 11101 110110 0 10011 100001100 110110 111011

Color Harmonies of #9460CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9460CF

Black with #9460CF

Text Example


Text Example

White with #9460CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9460CF; }

 p { color: rgb(148,96,207); }

 H1.HeaderClassName
 {
   color: #9460CF;
 }
 .AnyTagClassName
 {
   color: #9460CF;
 }
</style>

background-color css

<style>
 a { background-color: #9460CF; }

 a { background-color: rgb(148,96,207); }

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

border-color css

<style>
 span { border-color: #9460CF; }

 span { border-color: rgb(148,96,207); }

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