Html Css Color HEX #9267CE Amethyst

📋 copy color: '#9267CE'

red 146 ◦ green 103 ◦ blue 206

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

Shades of Amethyst #9267CE

Tints of Amethyst #9267CE

RGB

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

 GREEN value IS 103 (40.63% from 255) = 22.64%

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

R = 32.09%
G = 22.64%
B = 45.27%

CMYK

 C value IS 0.29

 M value IS 0.50

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9267CE (or 0x9267CE) is known color: Amethyst. HEX triplet: 92, 67 and CE. RGB value is (146,103,206). Sum of RGB (Red+Green+Blue) = 146+103+206=455 (60% of max value = 765). Red value is 146 (57.42% from 255 or 32.09% from 455); Green value is 103 (40.62% from 255 or 22.64% from 455); Blue value is 206 (80.86% from 255 or 45.27% from 455); Max value from RGB is 206 - color contains mainly: blue. Hex color #9267CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9267CE is #6D9831. Grayscale: #7F7F7F. Windows color (decimal): -7182386 or 13526930. OLE color: 13526930.

HSL color Cylindrical-coordinate representation of color #9267CE: hue angle of 265.05º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9267CE is Cyan = 0.29, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 146 103 206 -
CMYK 0.29 0.50 0 0.19
HSL 265.05º 0.51% 0.61% -
HSV(B) 265.05º 0.5% 0.81% -
XYZ 27.84 20.27 60.84 -
YUV 127.6 172.25 141.12 -
System Red Green Blue C M Y K H S L
Decimal 146 103 206 0.29 0.50 0 0.19 265.05 0.51 0.61
Hex 92 67 CE 1D 32 0 13 109 33 3D
Octal 222 147 316 35 62 0 23 411 63 75
Binary 10010010 1100111 11001110 11101 110010 0 10011 100001001 110011 111101

Color Harmonies of #9267CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9267CE

Black with #9267CE

Text Example


Text Example

White with #9267CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(146,103,206); }

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

background-color css

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

 a { background-color: rgb(146,103,206); }

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

border-color css

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

 span { border-color: rgb(146,103,206); }

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