Html Css Color HEX #854288 Vivid Violet

📋 copy color: '#854288'

red 133 ◦ green 66 ◦ blue 136

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

Shades of Vivid Violet #854288

Tints of Vivid Violet #854288

RGB

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

 GREEN value IS 66 (26.17% from 255) = 19.7%

 BLUE value IS 136 (53.52% from 255) = 40.6%

R = 39.7%
G = 19.7%
B = 40.6%

CMYK

 C value IS 0.02

 M value IS 0.51

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#854288 (or 0x854288) is known color: Vivid Violet. HEX triplet: 85, 42 and 88. RGB value is (133,66,136). Sum of RGB (Red+Green+Blue) = 133+66+136=335 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.70% from 335); Green value is 66 (26.17% from 255 or 19.70% from 335); Blue value is 136 (53.52% from 255 or 40.60% from 335); Max value from RGB is 136 - color contains mainly: blue. Hex color #854288 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #854288 is #7ABD77. Grayscale: #5D5D5D. Windows color (decimal): -8043896 or 8929925. OLE color: 8929925.

HSL color Cylindrical-coordinate representation of color #854288: hue angle of 297.43º degrees, saturation: 0.35, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #854288 is Cyan = 0.02, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 133 66 136 -
CMYK 0.02 0.51 0 0.47
HSL 297.43º 0.35% 0.4% -
HSV(B) 297.43º 0.51% 0.53% -
XYZ 16.07 10.66 24.5 -
YUV 94.01 151.7 155.81 -
System Red Green Blue C M Y K H S L
Decimal 133 66 136 0.02 0.51 0 0.47 297.43 0.35 0.4
Hex 85 42 88 2 33 0 2F 129 23 28
Octal 205 102 210 2 63 0 57 451 43 50
Binary 10000101 1000010 10001000 10 110011 0 101111 100101001 100011 101000

Color Harmonies of #854288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854288

Black with #854288

Text Example


Text Example

White with #854288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #854288; }

 p { color: rgb(133,66,136); }

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

background-color css

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

 a { background-color: rgb(133,66,136); }

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

border-color css

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

 span { border-color: rgb(133,66,136); }

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