Html Css Color HEX #865CCB Amethyst

📋 copy color: '#865CCB'

red 134 ◦ green 92 ◦ blue 203

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

Shades of Amethyst #865CCB

Tints of Amethyst #865CCB

RGB

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

 GREEN value IS 92 (36.33% from 255) = 21.45%

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

R = 31.24%
G = 21.45%
B = 47.32%

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

#865CCB (or 0x865CCB) is known color: Amethyst. HEX triplet: 86, 5C and CB. RGB value is (134,92,203). Sum of RGB (Red+Green+Blue) = 134+92+203=429 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.24% from 429); Green value is 92 (36.33% from 255 or 21.45% from 429); Blue value is 203 (79.69% from 255 or 47.32% from 429); Max value from RGB is 203 - color contains mainly: blue. Hex color #865CCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #865CCB is #79A334. Grayscale: #747474. Windows color (decimal): -7971637 or 13327494. OLE color: 13327494.

HSL color Cylindrical-coordinate representation of color #865CCB: hue angle of 262.7º 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 #865CCB is Cyan = 0.34, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 134 92 203 -
CMYK 0.34 0.55 0 0.20
HSL 262.7º 0.52% 0.58% -
HSV(B) 262.7º 0.55% 0.8% -
XYZ 24.44 17.03 58.5 -
YUV 117.21 176.41 139.97 -
System Red Green Blue C M Y K H S L
Decimal 134 92 203 0.34 0.55 0 0.20 262.7 0.52 0.58
Hex 86 5C CB 22 37 0 14 107 34 3A
Octal 206 134 313 42 67 0 24 407 64 72
Binary 10000110 1011100 11001011 100010 110111 0 10100 100000111 110100 111010

Color Harmonies of #865CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865CCB

Black with #865CCB

Text Example


Text Example

White with #865CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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