Html Css Color HEX #9862CD Amethyst

📋 copy color: '#9862CD'

red 152 ◦ green 98 ◦ blue 205

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

Shades of Amethyst #9862CD

Tints of Amethyst #9862CD

RGB

 RED value IS 152 (59.77% from 255) = 33.41%

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

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

R = 33.41%
G = 21.54%
B = 45.05%

CMYK

 C value IS 0.26

 M value IS 0.52

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9862CD (or 0x9862CD) is known color: Amethyst. HEX triplet: 98, 62 and CD. RGB value is (152,98,205). Sum of RGB (Red+Green+Blue) = 152+98+205=455 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.41% from 455); Green value is 98 (38.67% from 255 or 21.54% from 455); Blue value is 205 (80.47% from 255 or 45.05% from 455); Max value from RGB is 205 - color contains mainly: blue. Hex color #9862CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9862CD is #679D32. Grayscale: #7D7D7D. Windows color (decimal): -6790451 or 13460120. OLE color: 13460120.

HSL color Cylindrical-coordinate representation of color #9862CD: hue angle of 270.28º 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 #9862CD is Cyan = 0.26, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 152 98 205 -
CMYK 0.26 0.52 0 0.20
HSL 270.28º 0.52% 0.59% -
HSV(B) 270.28º 0.52% 0.8% -
XYZ 28.34 19.82 60.09 -
YUV 126.34 172.39 146.3 -
System Red Green Blue C M Y K H S L
Decimal 152 98 205 0.26 0.52 0 0.20 270.28 0.52 0.59
Hex 98 62 CD 1A 34 0 14 10E 34 3B
Octal 230 142 315 32 64 0 24 416 64 73
Binary 10011000 1100010 11001101 11010 110100 0 10100 100001110 110100 111011

Color Harmonies of #9862CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9862CD

Black with #9862CD

Text Example


Text Example

White with #9862CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9862CD; }

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

 H1.HeaderClassName
 {
   color: #9862CD;
 }
 .AnyTagClassName
 {
   color: #9862CD;
 }
</style>

background-color css

<style>
 a { background-color: #9862CD; }

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

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

border-color css

<style>
 span { border-color: #9862CD; }

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

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