Html Css Color HEX #925CCD Amethyst

📋 copy color: '#925CCD'

red 146 ◦ green 92 ◦ blue 205

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

Shades of Amethyst #925CCD

Tints of Amethyst #925CCD

RGB

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

 GREEN value IS 92 (36.33% from 255) = 20.77%

 BLUE value IS 205 (80.47% from 255) = 46.28%

R = 32.96%
G = 20.77%
B = 46.28%

CMYK

 C value IS 0.29

 M value IS 0.55

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#925CCD (or 0x925CCD) is known color: Amethyst. HEX triplet: 92, 5C and CD. RGB value is (146,92,205). Sum of RGB (Red+Green+Blue) = 146+92+205=443 (58% of max value = 765). Red value is 146 (57.42% from 255 or 32.96% from 443); Green value is 92 (36.33% from 255 or 20.77% from 443); Blue value is 205 (80.47% from 255 or 46.28% from 443); Max value from RGB is 205 - color contains mainly: blue. Hex color #925CCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #925CCD is #6DA332. Grayscale: #787878. Windows color (decimal): -7185203 or 13458578. OLE color: 13458578.

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

Color convert

RGB 146 92 205 -
CMYK 0.29 0.55 0 0.20
HSL 268.67º 0.53% 0.58% -
HSV(B) 268.67º 0.55% 0.8% -
XYZ 26.7 18.17 59.86 -
YUV 121.03 175.39 145.81 -
System Red Green Blue C M Y K H S L
Decimal 146 92 205 0.29 0.55 0 0.20 268.67 0.53 0.58
Hex 92 5C CD 1D 37 0 14 10D 35 3A
Octal 222 134 315 35 67 0 24 415 65 72
Binary 10010010 1011100 11001101 11101 110111 0 10100 100001101 110101 111010

Color Harmonies of #925CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #925CCD

Black with #925CCD

Text Example


Text Example

White with #925CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(146,92,205); }

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

background-color css

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

 a { background-color: rgb(146,92,205); }

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

border-color css

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

 span { border-color: rgb(146,92,205); }

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