Html Css Color HEX #854BCF Amethyst

📋 copy color: '#854BCF'

red 133 ◦ green 75 ◦ blue 207

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

Shades of Amethyst #854BCF

Tints of Amethyst #854BCF

RGB

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

 GREEN value IS 75 (29.69% from 255) = 18.07%

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

R = 32.05%
G = 18.07%
B = 49.88%

CMYK

 C value IS 0.36

 M value IS 0.64

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#854BCF (or 0x854BCF) is known color: Amethyst. HEX triplet: 85, 4B and CF. RGB value is (133,75,207). Sum of RGB (Red+Green+Blue) = 133+75+207=415 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.05% from 415); Green value is 75 (29.69% from 255 or 18.07% from 415); Blue value is 207 (81.25% from 255 or 49.88% from 415); Max value from RGB is 207 - color contains mainly: blue. Hex color #854BCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #854BCF is #7AB430. Grayscale: #6A6A6A. Windows color (decimal): -8041521 or 13585285. OLE color: 13585285.

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

Color convert

RGB 133 75 207 -
CMYK 0.36 0.64 0 0.19
HSL 266.36º 0.58% 0.55% -
HSV(B) 266.36º 0.64% 0.81% -
XYZ 23.45 14.52 60.6 -
YUV 107.39 184.22 146.27 -
System Red Green Blue C M Y K H S L
Decimal 133 75 207 0.36 0.64 0 0.19 266.36 0.58 0.55
Hex 85 4B CF 24 40 0 13 10A 3A 37
Octal 205 113 317 44 100 0 23 412 72 67
Binary 10000101 1001011 11001111 100100 1000000 0 10011 100001010 111010 110111

Color Harmonies of #854BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854BCF

Black with #854BCF

Text Example


Text Example

White with #854BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #854BCF; }

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

 H1.HeaderClassName
 {
   color: #854BCF;
 }
 .AnyTagClassName
 {
   color: #854BCF;
 }
</style>

background-color css

<style>
 a { background-color: #854BCF; }

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

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

border-color css

<style>
 span { border-color: #854BCF; }

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

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