Html Css Color HEX #9268CB Amethyst

📋 copy color: '#9268CB'

red 146 ◦ green 104 ◦ blue 203

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

Shades of Amethyst #9268CB

Tints of Amethyst #9268CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 44.81%

R = 32.23%
G = 22.96%
B = 44.81%

CMYK

 C value IS 0.28

 M value IS 0.49

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9268CB (or 0x9268CB) is known color: Amethyst. HEX triplet: 92, 68 and CB. RGB value is (146,104,203). Sum of RGB (Red+Green+Blue) = 146+104+203=453 (60% of max value = 765). Red value is 146 (57.42% from 255 or 32.23% from 453); Green value is 104 (41.02% from 255 or 22.96% from 453); Blue value is 203 (79.69% from 255 or 44.81% from 453); Max value from RGB is 203 - color contains mainly: blue. Hex color #9268CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9268CB is #6D9734. Grayscale: #7F7F7F. Windows color (decimal): -7182133 or 13330578. OLE color: 13330578.

HSL color Cylindrical-coordinate representation of color #9268CB: hue angle of 265.45º degrees, saturation: 0.49, 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 #9268CB is Cyan = 0.28, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 146 104 203 -
CMYK 0.28 0.49 0 0.20
HSL 265.45º 0.49% 0.6% -
HSV(B) 265.45º 0.49% 0.8% -
XYZ 27.58 20.32 58.97 -
YUV 127.84 170.41 140.95 -
System Red Green Blue C M Y K H S L
Decimal 146 104 203 0.28 0.49 0 0.20 265.45 0.49 0.6
Hex 92 68 CB 1C 31 0 14 109 31 3C
Octal 222 150 313 34 61 0 24 411 61 74
Binary 10010010 1101000 11001011 11100 110001 0 10100 100001001 110001 111100

Color Harmonies of #9268CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9268CB

Black with #9268CB

Text Example


Text Example

White with #9268CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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