Html Css Color HEX #8658CC Amethyst

📋 copy color: '#8658CC'

red 134 ◦ green 88 ◦ blue 204

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

Shades of Amethyst #8658CC

Tints of Amethyst #8658CC

RGB

 RED value IS 134 (52.73% from 255) = 31.46%

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

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

R = 31.46%
G = 20.66%
B = 47.89%

CMYK

 C value IS 0.34

 M value IS 0.57

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#8658CC (or 0x8658CC) is known color: Amethyst. HEX triplet: 86, 58 and CC. RGB value is (134,88,204). Sum of RGB (Red+Green+Blue) = 134+88+204=426 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.46% from 426); Green value is 88 (34.77% from 255 or 20.66% from 426); Blue value is 204 (80.08% from 255 or 47.89% from 426); Max value from RGB is 204 - color contains mainly: blue. Hex color #8658CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8658CC is #79A733. Grayscale: #727272. Windows color (decimal): -7972660 or 13392006. OLE color: 13392006.

HSL color Cylindrical-coordinate representation of color #8658CC: hue angle of 263.79º 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 #8658CC is Cyan = 0.34, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 134 88 204 -
CMYK 0.34 0.57 0 0.2
HSL 263.79º 0.53% 0.57% -
HSV(B) 263.79º 0.57% 0.8% -
XYZ 24.22 16.41 59.02 -
YUV 114.98 178.24 141.57 -
System Red Green Blue C M Y K H S L
Decimal 134 88 204 0.34 0.57 0 0.2 263.79 0.53 0.57
Hex 86 58 CC 22 39 0 14 108 35 39
Octal 206 130 314 42 71 0 24 410 65 71
Binary 10000110 1011000 11001100 100010 111001 0 10100 100001000 110101 111001

Color Harmonies of #8658CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8658CC

Black with #8658CC

Text Example


Text Example

White with #8658CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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