Html Css Color HEX #8952D3 Amethyst

📋 copy color: '#8952D3'

red 137 ◦ green 82 ◦ blue 211

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

Shades of Amethyst #8952D3

Tints of Amethyst #8952D3

RGB

 RED value IS 137 (53.91% from 255) = 31.86%

 GREEN value IS 82 (32.42% from 255) = 19.07%

 BLUE value IS 211 (82.81% from 255) = 49.07%

R = 31.86%
G = 19.07%
B = 49.07%

CMYK

 C value IS 0.35

 M value IS 0.61

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#8952D3 (or 0x8952D3) is known color: Amethyst. HEX triplet: 89, 52 and D3. RGB value is (137,82,211). Sum of RGB (Red+Green+Blue) = 137+82+211=430 (56% of max value = 765). Red value is 137 (53.91% from 255 or 31.86% from 430); Green value is 82 (32.42% from 255 or 19.07% from 430); Blue value is 211 (82.81% from 255 or 49.07% from 430); Max value from RGB is 211 - color contains mainly: blue. Hex color #8952D3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8952D3 is #76AD2C. Grayscale: #707070. Windows color (decimal): -7777581 or 13849225. OLE color: 13849225.

HSL color Cylindrical-coordinate representation of color #8952D3: hue angle of 265.58º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8952D3 is Cyan = 0.35, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 137 82 211 -
CMYK 0.35 0.61 0 0.17
HSL 265.58º 0.59% 0.57% -
HSV(B) 265.58º 0.61% 0.83% -
XYZ 25.09 16.06 63.4 -
YUV 113.15 183.22 145.01 -
System Red Green Blue C M Y K H S L
Decimal 137 82 211 0.35 0.61 0 0.17 265.58 0.59 0.57
Hex 89 52 D3 23 3D 0 11 10A 3B 39
Octal 211 122 323 43 75 0 21 412 73 71
Binary 10001001 1010010 11010011 100011 111101 0 10001 100001010 111011 111001

Color Harmonies of #8952D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8952D3

Black with #8952D3

Text Example


Text Example

White with #8952D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8952D3; }

 p { color: rgb(137,82,211); }

 H1.HeaderClassName
 {
   color: #8952D3;
 }
 .AnyTagClassName
 {
   color: #8952D3;
 }
</style>

background-color css

<style>
 a { background-color: #8952D3; }

 a { background-color: rgb(137,82,211); }

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

border-color css

<style>
 span { border-color: #8952D3; }

 span { border-color: rgb(137,82,211); }

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