Html Css Color HEX #9263CC Amethyst

📋 copy color: '#9263CC'

red 146 ◦ green 99 ◦ blue 204

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

Shades of Amethyst #9263CC

Tints of Amethyst #9263CC

RGB

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

 GREEN value IS 99 (39.06% from 255) = 22.05%

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

R = 32.52%
G = 22.05%
B = 45.43%

CMYK

 C value IS 0.28

 M value IS 0.51

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#9263CC (or 0x9263CC) is known color: Amethyst. HEX triplet: 92, 63 and CC. RGB value is (146,99,204). Sum of RGB (Red+Green+Blue) = 146+99+204=449 (59% of max value = 765). Red value is 146 (57.42% from 255 or 32.52% from 449); Green value is 99 (39.06% from 255 or 22.05% from 449); Blue value is 204 (80.08% from 255 or 45.43% from 449); Max value from RGB is 204 - color contains mainly: blue. Hex color #9263CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9263CC is #6D9C33. Grayscale: #7C7C7C. Windows color (decimal): -7183412 or 13394834. OLE color: 13394834.

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

Color convert

RGB 146 99 204 -
CMYK 0.28 0.51 0 0.2
HSL 266.86º 0.51% 0.59% -
HSV(B) 266.86º 0.51% 0.8% -
XYZ 27.21 19.39 59.44 -
YUV 125.02 172.57 142.96 -
System Red Green Blue C M Y K H S L
Decimal 146 99 204 0.28 0.51 0 0.2 266.86 0.51 0.59
Hex 92 63 CC 1C 33 0 14 10B 33 3B
Octal 222 143 314 34 63 0 24 413 63 73
Binary 10010010 1100011 11001100 11100 110011 0 10100 100001011 110011 111011

Color Harmonies of #9263CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9263CC

Black with #9263CC

Text Example


Text Example

White with #9263CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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