Html Css Color HEX #9268CC Amethyst

📋 copy color: '#9268CC'

red 146 ◦ green 104 ◦ blue 204

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

Shades of Amethyst #9268CC

Tints of Amethyst #9268CC

RGB

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

 GREEN value IS 104 (41.02% from 255) = 22.91%

 BLUE value IS 204 (80.08% from 255) = 44.93%

R = 32.16%
G = 22.91%
B = 44.93%

CMYK

 C value IS 0.28

 M value IS 0.49

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#9268CC (or 0x9268CC) is known color: Amethyst. HEX triplet: 92, 68 and CC. RGB value is (146,104,204). Sum of RGB (Red+Green+Blue) = 146+104+204=454 (60% of max value = 765). Red value is 146 (57.42% from 255 or 32.16% from 454); Green value is 104 (41.02% from 255 or 22.91% from 454); Blue value is 204 (80.08% from 255 or 44.93% from 454); Max value from RGB is 204 - color contains mainly: blue. Hex color #9268CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9268CC is #6D9733. Grayscale: #7F7F7F. Windows color (decimal): -7182132 or 13396114. OLE color: 13396114.

HSL color Cylindrical-coordinate representation of color #9268CC: hue angle of 265.2º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9268CC is Cyan = 0.28, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 146 104 204 -
CMYK 0.28 0.49 0 0.2
HSL 265.2º 0.5% 0.6% -
HSV(B) 265.2º 0.49% 0.8% -
XYZ 27.7 20.37 59.6 -
YUV 127.96 170.91 140.87 -
System Red Green Blue C M Y K H S L
Decimal 146 104 204 0.28 0.49 0 0.2 265.2 0.5 0.6
Hex 92 68 CC 1C 31 0 14 109 32 3C
Octal 222 150 314 34 61 0 24 411 62 74
Binary 10010010 1101000 11001100 11100 110001 0 10100 100001001 110010 111100

Color Harmonies of #9268CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9268CC

Black with #9268CC

Text Example


Text Example

White with #9268CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9268CC; }

 p { color: rgb(146,104,204); }

 H1.HeaderClassName
 {
   color: #9268CC;
 }
 .AnyTagClassName
 {
   color: #9268CC;
 }
</style>

background-color css

<style>
 a { background-color: #9268CC; }

 a { background-color: rgb(146,104,204); }

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

border-color css

<style>
 span { border-color: #9268CC; }

 span { border-color: rgb(146,104,204); }

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