Html Css Color HEX #9254CB Amethyst

📋 copy color: '#9254CB'

red 146 ◦ green 84 ◦ blue 203

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

Shades of Amethyst #9254CB

Tints of Amethyst #9254CB

RGB

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

 GREEN value IS 84 (33.2% from 255) = 19.4%

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

R = 33.72%
G = 19.4%
B = 46.88%

CMYK

 C value IS 0.28

 M value IS 0.59

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9254CB (or 0x9254CB) is known color: Amethyst. HEX triplet: 92, 54 and CB. RGB value is (146,84,203). Sum of RGB (Red+Green+Blue) = 146+84+203=433 (57% of max value = 765). Red value is 146 (57.42% from 255 or 33.72% from 433); Green value is 84 (33.20% from 255 or 19.40% from 433); Blue value is 203 (79.69% from 255 or 46.88% from 433); Max value from RGB is 203 - color contains mainly: blue. Hex color #9254CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9254CB is #6DAB34. Grayscale: #737373. Windows color (decimal): -7187253 or 13325458. OLE color: 13325458.

HSL color Cylindrical-coordinate representation of color #9254CB: hue angle of 271.26º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9254CB is Cyan = 0.28, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 146 84 203 -
CMYK 0.28 0.59 0 0.20
HSL 271.26º 0.53% 0.56% -
HSV(B) 271.26º 0.59% 0.8% -
XYZ 25.8 16.76 58.38 -
YUV 116.1 177.04 149.32 -
System Red Green Blue C M Y K H S L
Decimal 146 84 203 0.28 0.59 0 0.20 271.26 0.53 0.56
Hex 92 54 CB 1C 3B 0 14 10F 35 38
Octal 222 124 313 34 73 0 24 417 65 70
Binary 10010010 1010100 11001011 11100 111011 0 10100 100001111 110101 111000

Color Harmonies of #9254CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9254CB

Black with #9254CB

Text Example


Text Example

White with #9254CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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