Html Css Color HEX #8C62CB Amethyst

📋 copy color: '#8C62CB'

red 140 ◦ green 98 ◦ blue 203

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

Shades of Amethyst #8C62CB

Tints of Amethyst #8C62CB

RGB

 RED value IS 140 (55.08% from 255) = 31.75%

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

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

R = 31.75%
G = 22.22%
B = 46.03%

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

#8C62CB (or 0x8C62CB) is known color: Amethyst. HEX triplet: 8C, 62 and CB. RGB value is (140,98,203). Sum of RGB (Red+Green+Blue) = 140+98+203=441 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.75% from 441); Green value is 98 (38.67% from 255 or 22.22% from 441); Blue value is 203 (79.69% from 255 or 46.03% from 441); Max value from RGB is 203 - color contains mainly: blue. Hex color #8C62CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C62CB is #739D34. Grayscale: #7A7A7A. Windows color (decimal): -7576885 or 13329036. OLE color: 13329036.

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

Color convert

RGB 140 98 203 -
CMYK 0.31 0.52 0 0.20
HSL 264º 0.5% 0.59% -
HSV(B) 264º 0.52% 0.8% -
XYZ 25.96 18.62 58.73 -
YUV 122.53 173.41 140.46 -
System Red Green Blue C M Y K H S L
Decimal 140 98 203 0.31 0.52 0 0.20 264 0.5 0.59
Hex 8C 62 CB 1F 34 0 14 108 32 3B
Octal 214 142 313 37 64 0 24 410 62 73
Binary 10001100 1100010 11001011 11111 110100 0 10100 100001000 110010 111011

Color Harmonies of #8C62CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C62CB

Black with #8C62CB

Text Example


Text Example

White with #8C62CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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