Html Css Color HEX #925CD2 Amethyst

📋 copy color: '#925CD2'

red 146 ◦ green 92 ◦ blue 210

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

Shades of Amethyst #925CD2

Tints of Amethyst #925CD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 46.88%

R = 32.59%
G = 20.54%
B = 46.88%

CMYK

 C value IS 0.30

 M value IS 0.56

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#925CD2 (or 0x925CD2) is known color: Amethyst. HEX triplet: 92, 5C and D2. RGB value is (146,92,210). Sum of RGB (Red+Green+Blue) = 146+92+210=448 (59% of max value = 765). Red value is 146 (57.42% from 255 or 32.59% from 448); Green value is 92 (36.33% from 255 or 20.54% from 448); Blue value is 210 (82.42% from 255 or 46.88% from 448); Max value from RGB is 210 - color contains mainly: blue. Hex color #925CD2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #925CD2 is #6DA32D. Grayscale: #797979. Windows color (decimal): -7185198 or 13786258. OLE color: 13786258.

HSL color Cylindrical-coordinate representation of color #925CD2: hue angle of 267.46º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #925CD2 is Cyan = 0.30, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 146 92 210 -
CMYK 0.30 0.56 0 0.18
HSL 267.46º 0.57% 0.59% -
HSV(B) 267.46º 0.56% 0.82% -
XYZ 27.31 18.42 63.09 -
YUV 121.6 177.89 145.41 -
System Red Green Blue C M Y K H S L
Decimal 146 92 210 0.30 0.56 0 0.18 267.46 0.57 0.59
Hex 92 5C D2 1E 38 0 12 10B 39 3B
Octal 222 134 322 36 70 0 22 413 71 73
Binary 10010010 1011100 11010010 11110 111000 0 10010 100001011 111001 111011

Color Harmonies of #925CD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #925CD2

Black with #925CD2

Text Example


Text Example

White with #925CD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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