Html Css Color HEX #865ACB Amethyst

📋 copy color: '#865ACB'

red 134 ◦ green 90 ◦ blue 203

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

Shades of Amethyst #865ACB

Tints of Amethyst #865ACB

RGB

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

 GREEN value IS 90 (35.55% from 255) = 21.08%

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

R = 31.38%
G = 21.08%
B = 47.54%

CMYK

 C value IS 0.34

 M value IS 0.56

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#865ACB (or 0x865ACB) is known color: Amethyst. HEX triplet: 86, 5A and CB. RGB value is (134,90,203). Sum of RGB (Red+Green+Blue) = 134+90+203=427 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.38% from 427); Green value is 90 (35.55% from 255 or 21.08% from 427); Blue value is 203 (79.69% from 255 or 47.54% from 427); Max value from RGB is 203 - color contains mainly: blue. Hex color #865ACB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #865ACB is #79A534. Grayscale: #737373. Windows color (decimal): -7972149 or 13326982. OLE color: 13326982.

HSL color Cylindrical-coordinate representation of color #865ACB: hue angle of 263.36º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #865ACB is Cyan = 0.34, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 134 90 203 -
CMYK 0.34 0.56 0 0.20
HSL 263.36º 0.52% 0.57% -
HSV(B) 263.36º 0.56% 0.8% -
XYZ 24.27 16.69 58.44 -
YUV 116.04 177.08 140.81 -
System Red Green Blue C M Y K H S L
Decimal 134 90 203 0.34 0.56 0 0.20 263.36 0.52 0.57
Hex 86 5A CB 22 38 0 14 107 34 39
Octal 206 132 313 42 70 0 24 407 64 71
Binary 10000110 1011010 11001011 100010 111000 0 10100 100000111 110100 111001

Color Harmonies of #865ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865ACB

Black with #865ACB

Text Example


Text Example

White with #865ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #865ACB; }

 p { color: rgb(134,90,203); }

 H1.HeaderClassName
 {
   color: #865ACB;
 }
 .AnyTagClassName
 {
   color: #865ACB;
 }
</style>

background-color css

<style>
 a { background-color: #865ACB; }

 a { background-color: rgb(134,90,203); }

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

border-color css

<style>
 span { border-color: #865ACB; }

 span { border-color: rgb(134,90,203); }

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