Html Css Color HEX #9269CC Amethyst

📋 copy color: '#9269CC'

red 146 ◦ green 105 ◦ blue 204

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

Shades of Amethyst #9269CC

Tints of Amethyst #9269CC

RGB

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

 GREEN value IS 105 (41.41% from 255) = 23.08%

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

R = 32.09%
G = 23.08%
B = 44.84%

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

#9269CC (or 0x9269CC) is known color: Amethyst. HEX triplet: 92, 69 and CC. RGB value is (146,105,204). Sum of RGB (Red+Green+Blue) = 146+105+204=455 (60% of max value = 765). Red value is 146 (57.42% from 255 or 32.09% from 455); Green value is 105 (41.41% from 255 or 23.08% from 455); Blue value is 204 (80.08% from 255 or 44.84% from 455); Max value from RGB is 204 - color contains mainly: blue. Hex color #9269CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9269CC is #6D9633. Grayscale: #808080. Windows color (decimal): -7181876 or 13396370. OLE color: 13396370.

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

Color convert

RGB 146 105 204 -
CMYK 0.28 0.49 0 0.2
HSL 264.85º 0.49% 0.61% -
HSV(B) 264.85º 0.49% 0.8% -
XYZ 27.8 20.57 59.63 -
YUV 128.55 170.58 140.45 -
System Red Green Blue C M Y K H S L
Decimal 146 105 204 0.28 0.49 0 0.2 264.85 0.49 0.61
Hex 92 69 CC 1C 31 0 14 109 31 3D
Octal 222 151 314 34 61 0 24 411 61 75
Binary 10010010 1101001 11001100 11100 110001 0 10100 100001001 110001 111101

Color Harmonies of #9269CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9269CC

Black with #9269CC

Text Example


Text Example

White with #9269CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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