Html Css Color HEX #9261CF Amethyst

📋 copy color: '#9261CF'

red 146 ◦ green 97 ◦ blue 207

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

Shades of Amethyst #9261CF

Tints of Amethyst #9261CF

RGB

 RED value IS 146 (57.42% from 255) = 32.44%

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

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

R = 32.44%
G = 21.56%
B = 46%

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

#9261CF (or 0x9261CF) is known color: Amethyst. HEX triplet: 92, 61 and CF. RGB value is (146,97,207). Sum of RGB (Red+Green+Blue) = 146+97+207=450 (59% of max value = 765). Red value is 146 (57.42% from 255 or 32.44% from 450); Green value is 97 (38.28% from 255 or 21.56% from 450); Blue value is 207 (81.25% from 255 or 46% from 450); Max value from RGB is 207 - color contains mainly: blue. Hex color #9261CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9261CF is #6D9E30. Grayscale: #7B7B7B. Windows color (decimal): -7183921 or 13590930. OLE color: 13590930.

HSL color Cylindrical-coordinate representation of color #9261CF: hue angle of 266.73º 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 #9261CF is Cyan = 0.29, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 146 97 207 -
CMYK 0.29 0.53 0 0.19
HSL 266.73º 0.53% 0.6% -
HSV(B) 266.73º 0.53% 0.81% -
XYZ 27.39 19.17 61.29 -
YUV 124.19 174.73 143.56 -
System Red Green Blue C M Y K H S L
Decimal 146 97 207 0.29 0.53 0 0.19 266.73 0.53 0.6
Hex 92 61 CF 1D 35 0 13 10B 35 3C
Octal 222 141 317 35 65 0 23 413 65 74
Binary 10010010 1100001 11001111 11101 110101 0 10011 100001011 110101 111100

Color Harmonies of #9261CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9261CF

Black with #9261CF

Text Example


Text Example

White with #9261CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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