Html Css Color HEX #9862CB Amethyst

📋 copy color: '#9862CB'

red 152 ◦ green 98 ◦ blue 203

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

Shades of Amethyst #9862CB

Tints of Amethyst #9862CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 44.81%

R = 33.55%
G = 21.63%
B = 44.81%

CMYK

 C value IS 0.25

 M value IS 0.52

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9862CB (or 0x9862CB) is known color: Amethyst. HEX triplet: 98, 62 and CB. RGB value is (152,98,203). Sum of RGB (Red+Green+Blue) = 152+98+203=453 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.55% from 453); Green value is 98 (38.67% from 255 or 21.63% from 453); Blue value is 203 (79.69% from 255 or 44.81% from 453); Max value from RGB is 203 - color contains mainly: blue. Hex color #9862CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9862CB is #679D34. Grayscale: #7D7D7D. Windows color (decimal): -6790453 or 13329048. OLE color: 13329048.

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

Color convert

RGB 152 98 203 -
CMYK 0.25 0.52 0 0.20
HSL 270.86º 0.5% 0.59% -
HSV(B) 270.86º 0.52% 0.8% -
XYZ 28.1 19.72 58.83 -
YUV 126.12 171.39 146.46 -
System Red Green Blue C M Y K H S L
Decimal 152 98 203 0.25 0.52 0 0.20 270.86 0.5 0.59
Hex 98 62 CB 19 34 0 14 10F 32 3B
Octal 230 142 313 31 64 0 24 417 62 73
Binary 10011000 1100010 11001011 11001 110100 0 10100 100001111 110010 111011

Color Harmonies of #9862CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9862CB

Black with #9862CB

Text Example


Text Example

White with #9862CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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