Html Css Color HEX #855ACF Amethyst

📋 copy color: '#855ACF'

red 133 ◦ green 90 ◦ blue 207

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

Shades of Amethyst #855ACF

Tints of Amethyst #855ACF

RGB

 RED value IS 133 (52.34% from 255) = 30.93%

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

 BLUE value IS 207 (81.25% from 255) = 48.14%

R = 30.93%
G = 20.93%
B = 48.14%

CMYK

 C value IS 0.36

 M value IS 0.57

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#855ACF (or 0x855ACF) is known color: Amethyst. HEX triplet: 85, 5A and CF. RGB value is (133,90,207). Sum of RGB (Red+Green+Blue) = 133+90+207=430 (56% of max value = 765). Red value is 133 (52.34% from 255 or 30.93% from 430); Green value is 90 (35.55% from 255 or 20.93% from 430); Blue value is 207 (81.25% from 255 or 48.14% from 430); Max value from RGB is 207 - color contains mainly: blue. Hex color #855ACF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #855ACF is #7AA530. Grayscale: #737373. Windows color (decimal): -8037681 or 13589125. OLE color: 13589125.

HSL color Cylindrical-coordinate representation of color #855ACF: hue angle of 262.05º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #855ACF is Cyan = 0.36, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 133 90 207 -
CMYK 0.36 0.57 0 0.19
HSL 262.05º 0.55% 0.58% -
HSV(B) 262.05º 0.57% 0.81% -
XYZ 24.59 16.8 60.98 -
YUV 116.2 179.25 139.99 -
System Red Green Blue C M Y K H S L
Decimal 133 90 207 0.36 0.57 0 0.19 262.05 0.55 0.58
Hex 85 5A CF 24 39 0 13 106 37 3A
Octal 205 132 317 44 71 0 23 406 67 72
Binary 10000101 1011010 11001111 100100 111001 0 10011 100000110 110111 111010

Color Harmonies of #855ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855ACF

Black with #855ACF

Text Example


Text Example

White with #855ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855ACF; }

 p { color: rgb(133,90,207); }

 H1.HeaderClassName
 {
   color: #855ACF;
 }
 .AnyTagClassName
 {
   color: #855ACF;
 }
</style>

background-color css

<style>
 a { background-color: #855ACF; }

 a { background-color: rgb(133,90,207); }

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

border-color css

<style>
 span { border-color: #855ACF; }

 span { border-color: rgb(133,90,207); }

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