Html Css Color HEX #865BCB Amethyst

📋 copy color: '#865BCB'

red 134 ◦ green 91 ◦ blue 203

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

Shades of Amethyst #865BCB

Tints of Amethyst #865BCB

RGB

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

 GREEN value IS 91 (35.94% from 255) = 21.26%

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

R = 31.31%
G = 21.26%
B = 47.43%

CMYK

 C value IS 0.34

 M value IS 0.55

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#865BCB (or 0x865BCB) is known color: Amethyst. HEX triplet: 86, 5B and CB. RGB value is (134,91,203). Sum of RGB (Red+Green+Blue) = 134+91+203=428 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.31% from 428); Green value is 91 (35.94% from 255 or 21.26% from 428); Blue value is 203 (79.69% from 255 or 47.43% from 428); Max value from RGB is 203 - color contains mainly: blue. Hex color #865BCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #865BCB is #79A434. Grayscale: #747474. Windows color (decimal): -7971893 or 13327238. OLE color: 13327238.

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

Color convert

RGB 134 91 203 -
CMYK 0.34 0.55 0 0.20
HSL 263.04º 0.52% 0.58% -
HSV(B) 263.04º 0.55% 0.8% -
XYZ 24.35 16.86 58.47 -
YUV 116.63 176.75 140.39 -
System Red Green Blue C M Y K H S L
Decimal 134 91 203 0.34 0.55 0 0.20 263.04 0.52 0.58
Hex 86 5B CB 22 37 0 14 107 34 3A
Octal 206 133 313 42 67 0 24 407 64 72
Binary 10000110 1011011 11001011 100010 110111 0 10100 100000111 110100 111010

Color Harmonies of #865BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865BCB

Black with #865BCB

Text Example


Text Example

White with #865BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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