Html Css Color HEX #925BDA Amethyst

📋 copy color: '#925BDA'

red 146 ◦ green 91 ◦ blue 218

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

Shades of Amethyst #925BDA

Tints of Amethyst #925BDA

RGB

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

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

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

R = 32.09%
G = 20%
B = 47.91%

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

#925BDA (or 0x925BDA) is known color: Amethyst. HEX triplet: 92, 5B and DA. RGB value is (146,91,218). Sum of RGB (Red+Green+Blue) = 146+91+218=455 (60% of max value = 765). Red value is 146 (57.42% from 255 or 32.09% from 455); Green value is 91 (35.94% from 255 or 20% from 455); Blue value is 218 (85.55% from 255 or 47.91% from 455); Max value from RGB is 218 - color contains mainly: blue. Hex color #925BDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #925BDA is #6DA425. Grayscale: #797979. Windows color (decimal): -7185446 or 14310290. OLE color: 14310290.

HSL color Cylindrical-coordinate representation of color #925BDA: hue angle of 265.98º 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 #925BDA is Cyan = 0.33, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 146 91 218 -
CMYK 0.33 0.58 0 0.15
HSL 265.98º 0.63% 0.61% -
HSV(B) 265.98º 0.58% 0.85% -
XYZ 28.25 18.66 68.44 -
YUV 121.92 182.22 145.17 -
System Red Green Blue C M Y K H S L
Decimal 146 91 218 0.33 0.58 0 0.15 265.98 0.63 0.61
Hex 92 5B DA 21 3A 0 F 10A 3F 3D
Octal 222 133 332 41 72 0 17 412 77 75
Binary 10010010 1011011 11011010 100001 111010 0 1111 100001010 111111 111101

Color Harmonies of #925BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #925BDA

Black with #925BDA

Text Example


Text Example

White with #925BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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