Html Css Color HEX #8858CC Amethyst

📋 copy color: '#8858CC'

red 136 ◦ green 88 ◦ blue 204

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

Shades of Amethyst #8858CC

Tints of Amethyst #8858CC

RGB

 RED value IS 136 (53.52% from 255) = 31.78%

 GREEN value IS 88 (34.77% from 255) = 20.56%

 BLUE value IS 204 (80.08% from 255) = 47.66%

R = 31.78%
G = 20.56%
B = 47.66%

CMYK

 C value IS 0.33

 M value IS 0.57

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#8858CC (or 0x8858CC) is known color: Amethyst. HEX triplet: 88, 58 and CC. RGB value is (136,88,204). Sum of RGB (Red+Green+Blue) = 136+88+204=428 (56% of max value = 765). Red value is 136 (53.52% from 255 or 31.78% from 428); Green value is 88 (34.77% from 255 or 20.56% from 428); Blue value is 204 (80.08% from 255 or 47.66% from 428); Max value from RGB is 204 - color contains mainly: blue. Hex color #8858CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8858CC is #77A733. Grayscale: #737373. Windows color (decimal): -7841588 or 13392008. OLE color: 13392008.

HSL color Cylindrical-coordinate representation of color #8858CC: hue angle of 264.83º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8858CC is Cyan = 0.33, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 136 88 204 -
CMYK 0.33 0.57 0 0.2
HSL 264.83º 0.53% 0.57% -
HSV(B) 264.83º 0.57% 0.8% -
XYZ 24.54 16.57 59.03 -
YUV 115.58 177.9 142.57 -
System Red Green Blue C M Y K H S L
Decimal 136 88 204 0.33 0.57 0 0.2 264.83 0.53 0.57
Hex 88 58 CC 21 39 0 14 109 35 39
Octal 210 130 314 41 71 0 24 411 65 71
Binary 10001000 1011000 11001100 100001 111001 0 10100 100001001 110101 111001

Color Harmonies of #8858CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8858CC

Black with #8858CC

Text Example


Text Example

White with #8858CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8858CC; }

 p { color: rgb(136,88,204); }

 H1.HeaderClassName
 {
   color: #8858CC;
 }
 .AnyTagClassName
 {
   color: #8858CC;
 }
</style>

background-color css

<style>
 a { background-color: #8858CC; }

 a { background-color: rgb(136,88,204); }

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

border-color css

<style>
 span { border-color: #8858CC; }

 span { border-color: rgb(136,88,204); }

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