Html Css Color HEX #854598 Vivid Violet

📋 copy color: '#854598'

red 133 ◦ green 69 ◦ blue 152

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

Shades of Vivid Violet #854598

Tints of Vivid Violet #854598

RGB

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

 GREEN value IS 69 (27.34% from 255) = 19.49%

 BLUE value IS 152 (59.77% from 255) = 42.94%

R = 37.57%
G = 19.49%
B = 42.94%

CMYK

 C value IS 0.13

 M value IS 0.55

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#854598 (or 0x854598) is known color: Vivid Violet. HEX triplet: 85, 45 and 98. RGB value is (133,69,152). Sum of RGB (Red+Green+Blue) = 133+69+152=354 (46% of max value = 765). Red value is 133 (52.34% from 255 or 37.57% from 354); Green value is 69 (27.34% from 255 or 19.49% from 354); Blue value is 152 (59.77% from 255 or 42.94% from 354); Max value from RGB is 152 - color contains mainly: blue. Hex color #854598 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #854598 is #7ABA67. Grayscale: #616161. Windows color (decimal): -8043112 or 9979269. OLE color: 9979269.

HSL color Cylindrical-coordinate representation of color #854598: hue angle of 286.27º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #854598 is Cyan = 0.13, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 133 69 152 -
CMYK 0.13 0.55 0 0.40
HSL 286.27º 0.38% 0.43% -
HSV(B) 286.27º 0.55% 0.6% -
XYZ 17.47 11.51 31.01 -
YUV 97.6 158.7 153.25 -
System Red Green Blue C M Y K H S L
Decimal 133 69 152 0.13 0.55 0 0.40 286.27 0.38 0.43
Hex 85 45 98 D 37 0 28 11E 26 2B
Octal 205 105 230 15 67 0 50 436 46 53
Binary 10000101 1000101 10011000 1101 110111 0 101000 100011110 100110 101011

Color Harmonies of #854598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854598

Black with #854598

Text Example


Text Example

White with #854598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #854598; }

 p { color: rgb(133,69,152); }

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

background-color css

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

 a { background-color: rgb(133,69,152); }

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

border-color css

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

 span { border-color: rgb(133,69,152); }

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