Html Css Color HEX #9461CF Amethyst

📋 copy color: '#9461CF'

red 148 ◦ green 97 ◦ blue 207

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

Shades of Amethyst #9461CF

Tints of Amethyst #9461CF

RGB

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

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

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

R = 32.74%
G = 21.46%
B = 45.8%

CMYK

 C value IS 0.29

 M value IS 0.53

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9461CF (or 0x9461CF) is known color: Amethyst. HEX triplet: 94, 61 and CF. RGB value is (148,97,207). Sum of RGB (Red+Green+Blue) = 148+97+207=452 (59% of max value = 765). Red value is 148 (58.20% from 255 or 32.74% from 452); Green value is 97 (38.28% from 255 or 21.46% from 452); Blue value is 207 (81.25% from 255 or 45.80% from 452); Max value from RGB is 207 - color contains mainly: blue. Hex color #9461CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9461CF is #6B9E30. Grayscale: #7C7C7C. Windows color (decimal): -7052849 or 13590932. OLE color: 13590932.

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

Color convert

RGB 148 97 207 -
CMYK 0.29 0.53 0 0.19
HSL 267.82º 0.53% 0.6% -
HSV(B) 267.82º 0.53% 0.81% -
XYZ 27.75 19.35 61.3 -
YUV 124.79 174.4 144.56 -
System Red Green Blue C M Y K H S L
Decimal 148 97 207 0.29 0.53 0 0.19 267.82 0.53 0.6
Hex 94 61 CF 1D 35 0 13 10C 35 3C
Octal 224 141 317 35 65 0 23 414 65 74
Binary 10010100 1100001 11001111 11101 110101 0 10011 100001100 110101 111100

Color Harmonies of #9461CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9461CF

Black with #9461CF

Text Example


Text Example

White with #9461CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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