Html Css Color HEX #854C9D Vivid Violet

📋 copy color: '#854C9D'

red 133 ◦ green 76 ◦ blue 157

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

Shades of Vivid Violet #854C9D

Tints of Vivid Violet #854C9D

RGB

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

 GREEN value IS 76 (30.08% from 255) = 20.77%

 BLUE value IS 157 (61.72% from 255) = 42.9%

R = 36.34%
G = 20.77%
B = 42.9%

CMYK

 C value IS 0.15

 M value IS 0.52

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#854C9D (or 0x854C9D) is known color: Vivid Violet. HEX triplet: 85, 4C and 9D. RGB value is (133,76,157). Sum of RGB (Red+Green+Blue) = 133+76+157=366 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.34% from 366); Green value is 76 (30.08% from 255 or 20.77% from 366); Blue value is 157 (61.72% from 255 or 42.90% from 366); Max value from RGB is 157 - color contains mainly: blue. Hex color #854C9D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #854C9D is #7AB362. Grayscale: #666666. Windows color (decimal): -8041315 or 10308741. OLE color: 10308741.

HSL color Cylindrical-coordinate representation of color #854C9D: hue angle of 282.22º degrees, saturation: 0.35, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #854C9D is Cyan = 0.15, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 133 76 157 -
CMYK 0.15 0.52 0 0.38
HSL 282.22º 0.35% 0.46% -
HSV(B) 282.22º 0.52% 0.62% -
XYZ 18.34 12.59 33.36 -
YUV 102.28 158.88 149.91 -
System Red Green Blue C M Y K H S L
Decimal 133 76 157 0.15 0.52 0 0.38 282.22 0.35 0.46
Hex 85 4C 9D F 34 0 26 11A 23 2E
Octal 205 114 235 17 64 0 46 432 43 56
Binary 10000101 1001100 10011101 1111 110100 0 100110 100011010 100011 101110

Color Harmonies of #854C9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854C9D

Black with #854C9D

Text Example


Text Example

White with #854C9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,76,157); }

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

background-color css

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

 a { background-color: rgb(133,76,157); }

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

border-color css

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

 span { border-color: rgb(133,76,157); }

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