Html Css Color HEX #925FCB Amethyst

📋 copy color: '#925FCB'

red 146 ◦ green 95 ◦ blue 203

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

Shades of Amethyst #925FCB

Tints of Amethyst #925FCB

RGB

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

 GREEN value IS 95 (37.5% from 255) = 21.4%

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

R = 32.88%
G = 21.4%
B = 45.72%

CMYK

 C value IS 0.28

 M value IS 0.53

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#925FCB (or 0x925FCB) is known color: Amethyst. HEX triplet: 92, 5F and CB. RGB value is (146,95,203). Sum of RGB (Red+Green+Blue) = 146+95+203=444 (58% of max value = 765). Red value is 146 (57.42% from 255 or 32.88% from 444); Green value is 95 (37.5% from 255 or 21.40% from 444); Blue value is 203 (79.69% from 255 or 45.72% from 444); Max value from RGB is 203 - color contains mainly: blue. Hex color #925FCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #925FCB is #6DA034. Grayscale: #7A7A7A. Windows color (decimal): -7184437 or 13328274. OLE color: 13328274.

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

Color convert

RGB 146 95 203 -
CMYK 0.28 0.53 0 0.20
HSL 268.33º 0.51% 0.58% -
HSV(B) 268.33º 0.53% 0.8% -
XYZ 26.73 18.61 58.68 -
YUV 122.56 173.4 144.72 -
System Red Green Blue C M Y K H S L
Decimal 146 95 203 0.28 0.53 0 0.20 268.33 0.51 0.58
Hex 92 5F CB 1C 35 0 14 10C 33 3A
Octal 222 137 313 34 65 0 24 414 63 72
Binary 10010010 1011111 11001011 11100 110101 0 10100 100001100 110011 111010

Color Harmonies of #925FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #925FCB

Black with #925FCB

Text Example


Text Example

White with #925FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #925FCB; }

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

 H1.HeaderClassName
 {
   color: #925FCB;
 }
 .AnyTagClassName
 {
   color: #925FCB;
 }
</style>

background-color css

<style>
 a { background-color: #925FCB; }

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

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

border-color css

<style>
 span { border-color: #925FCB; }

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

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