Html Css Color HEX #854093 Vivid Violet

📋 copy color: '#854093'

red 133 ◦ green 64 ◦ blue 147

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

Shades of Vivid Violet #854093

Tints of Vivid Violet #854093

RGB

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

 GREEN value IS 64 (25.39% from 255) = 18.6%

 BLUE value IS 147 (57.81% from 255) = 42.73%

R = 38.66%
G = 18.6%
B = 42.73%

CMYK

 C value IS 0.10

 M value IS 0.56

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#854093 (or 0x854093) is known color: Vivid Violet. HEX triplet: 85, 40 and 93. RGB value is (133,64,147). Sum of RGB (Red+Green+Blue) = 133+64+147=344 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.66% from 344); Green value is 64 (25.39% from 255 or 18.60% from 344); Blue value is 147 (57.81% from 255 or 42.73% from 344); Max value from RGB is 147 - color contains mainly: blue. Hex color #854093 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #854093 is #7ABF6C. Grayscale: #5D5D5D. Windows color (decimal): -8044397 or 9650309. OLE color: 9650309.

HSL color Cylindrical-coordinate representation of color #854093: hue angle of 289.88º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #854093 is Cyan = 0.10, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 133 64 147 -
CMYK 0.10 0.56 0 0.42
HSL 289.88º 0.39% 0.41% -
HSV(B) 289.88º 0.56% 0.58% -
XYZ 16.77 10.76 28.8 -
YUV 94.09 157.86 155.75 -
System Red Green Blue C M Y K H S L
Decimal 133 64 147 0.10 0.56 0 0.42 289.88 0.39 0.41
Hex 85 40 93 A 38 0 2A 122 27 29
Octal 205 100 223 12 70 0 52 442 47 51
Binary 10000101 1000000 10010011 1010 111000 0 101010 100100010 100111 101001

Color Harmonies of #854093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854093

Black with #854093

Text Example


Text Example

White with #854093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #854093; }

 p { color: rgb(133,64,147); }

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

background-color css

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

 a { background-color: rgb(133,64,147); }

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

border-color css

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

 span { border-color: rgb(133,64,147); }

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