Html Css Color HEX #925CDA Amethyst

📋 copy color: '#925CDA'

red 146 ◦ green 92 ◦ blue 218

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

Shades of Amethyst #925CDA

Tints of Amethyst #925CDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 47.81%

R = 32.02%
G = 20.18%
B = 47.81%

CMYK

 C value IS 0.33

 M value IS 0.58

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#925CDA (or 0x925CDA) is known color: Amethyst. HEX triplet: 92, 5C and DA. RGB value is (146,92,218). Sum of RGB (Red+Green+Blue) = 146+92+218=456 (60% of max value = 765). Red value is 146 (57.42% from 255 or 32.02% from 456); Green value is 92 (36.33% from 255 or 20.18% from 456); Blue value is 218 (85.55% from 255 or 47.81% from 456); Max value from RGB is 218 - color contains mainly: blue. Hex color #925CDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #925CDA is #6DA325. Grayscale: #7A7A7A. Windows color (decimal): -7185190 or 14310546. OLE color: 14310546.

HSL color Cylindrical-coordinate representation of color #925CDA: hue angle of 265.71º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #925CDA is Cyan = 0.33, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 146 92 218 -
CMYK 0.33 0.58 0 0.15
HSL 265.71º 0.63% 0.61% -
HSV(B) 265.71º 0.58% 0.85% -
XYZ 28.34 18.83 68.47 -
YUV 122.51 181.89 144.75 -
System Red Green Blue C M Y K H S L
Decimal 146 92 218 0.33 0.58 0 0.15 265.71 0.63 0.61
Hex 92 5C DA 21 3A 0 F 10A 3F 3D
Octal 222 134 332 41 72 0 17 412 77 75
Binary 10010010 1011100 11011010 100001 111010 0 1111 100001010 111111 111101

Color Harmonies of #925CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #925CDA

Black with #925CDA

Text Example


Text Example

White with #925CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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