Html Css Color HEX #8D62CD Amethyst

📋 copy color: '#8D62CD'

red 141 ◦ green 98 ◦ blue 205

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

Shades of Amethyst #8D62CD

Tints of Amethyst #8D62CD

RGB

 RED value IS 141 (55.47% from 255) = 31.76%

 GREEN value IS 98 (38.67% from 255) = 22.07%

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

R = 31.76%
G = 22.07%
B = 46.17%

CMYK

 C value IS 0.31

 M value IS 0.52

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8D62CD (or 0x8D62CD) is known color: Amethyst. HEX triplet: 8D, 62 and CD. RGB value is (141,98,205). Sum of RGB (Red+Green+Blue) = 141+98+205=444 (58% of max value = 765). Red value is 141 (55.47% from 255 or 31.76% from 444); Green value is 98 (38.67% from 255 or 22.07% from 444); Blue value is 205 (80.47% from 255 or 46.17% from 444); Max value from RGB is 205 - color contains mainly: blue. Hex color #8D62CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D62CD is #729D32. Grayscale: #7A7A7A. Windows color (decimal): -7511347 or 13460109. OLE color: 13460109.

HSL color Cylindrical-coordinate representation of color #8D62CD: hue angle of 264.11º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8D62CD is Cyan = 0.31, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 141 98 205 -
CMYK 0.31 0.52 0 0.20
HSL 264.11º 0.52% 0.59% -
HSV(B) 264.11º 0.52% 0.8% -
XYZ 26.37 18.81 60 -
YUV 123.06 174.25 140.8 -
System Red Green Blue C M Y K H S L
Decimal 141 98 205 0.31 0.52 0 0.20 264.11 0.52 0.59
Hex 8D 62 CD 1F 34 0 14 108 34 3B
Octal 215 142 315 37 64 0 24 410 64 73
Binary 10001101 1100010 11001101 11111 110100 0 10100 100001000 110100 111011

Color Harmonies of #8D62CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D62CD

Black with #8D62CD

Text Example


Text Example

White with #8D62CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8D62CD; }

 p { color: rgb(141,98,205); }

 H1.HeaderClassName
 {
   color: #8D62CD;
 }
 .AnyTagClassName
 {
   color: #8D62CD;
 }
</style>

background-color css

<style>
 a { background-color: #8D62CD; }

 a { background-color: rgb(141,98,205); }

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

border-color css

<style>
 span { border-color: #8D62CD; }

 span { border-color: rgb(141,98,205); }

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