Html Css Color HEX #925BCE Amethyst

📋 copy color: '#925BCE'

red 146 ◦ green 91 ◦ blue 206

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

Shades of Amethyst #925BCE

Tints of Amethyst #925BCE

RGB

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

 GREEN value IS 91 (35.94% from 255) = 20.54%

 BLUE value IS 206 (80.86% from 255) = 46.5%

R = 32.96%
G = 20.54%
B = 46.5%

CMYK

 C value IS 0.29

 M value IS 0.56

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#925BCE (or 0x925BCE) is known color: Amethyst. HEX triplet: 92, 5B and CE. RGB value is (146,91,206). Sum of RGB (Red+Green+Blue) = 146+91+206=443 (58% of max value = 765). Red value is 146 (57.42% from 255 or 32.96% from 443); Green value is 91 (35.94% from 255 or 20.54% from 443); Blue value is 206 (80.86% from 255 or 46.50% from 443); Max value from RGB is 206 - color contains mainly: blue. Hex color #925BCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #925BCE is #6DA431. Grayscale: #787878. Windows color (decimal): -7185458 or 13523858. OLE color: 13523858.

HSL color Cylindrical-coordinate representation of color #925BCE: hue angle of 268.7º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #925BCE is Cyan = 0.29, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 146 91 206 -
CMYK 0.29 0.56 0 0.19
HSL 268.7º 0.54% 0.58% -
HSV(B) 268.7º 0.56% 0.81% -
XYZ 26.74 18.05 60.47 -
YUV 120.56 176.22 146.15 -
System Red Green Blue C M Y K H S L
Decimal 146 91 206 0.29 0.56 0 0.19 268.7 0.54 0.58
Hex 92 5B CE 1D 38 0 13 10D 36 3A
Octal 222 133 316 35 70 0 23 415 66 72
Binary 10010010 1011011 11001110 11101 111000 0 10011 100001101 110110 111010

Color Harmonies of #925BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #925BCE

Black with #925BCE

Text Example


Text Example

White with #925BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(146,91,206); }

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

background-color css

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

 a { background-color: rgb(146,91,206); }

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

border-color css

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

 span { border-color: rgb(146,91,206); }

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