Html Css Color HEX #854384 Vivid Violet

📋 copy color: '#854384'

red 133 ◦ green 67 ◦ blue 132

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

Shades of Vivid Violet #854384

Tints of Vivid Violet #854384

RGB

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

 GREEN value IS 67 (26.56% from 255) = 20.18%

 BLUE value IS 132 (51.95% from 255) = 39.76%

R = 40.06%
G = 20.18%
B = 39.76%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.01

 K value IS 0.48

RGB Variations

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

Color information

#854384 (or 0x854384) is known color: Vivid Violet. HEX triplet: 85, 43 and 84. RGB value is (133,67,132). Sum of RGB (Red+Green+Blue) = 133+67+132=332 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.06% from 332); Green value is 67 (26.56% from 255 or 20.18% from 332); Blue value is 132 (51.95% from 255 or 39.76% from 332); Max value from RGB is 133 - color contains mainly: red. Hex color #854384 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #854384 is #7ABC7B. Grayscale: #5D5D5D. Windows color (decimal): -8043644 or 8668037. OLE color: 8668037.

HSL color Cylindrical-coordinate representation of color #854384: hue angle of 300.91º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #854384 is Cyan = 0, Magento = 0.50, Yellow = 0.01 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 67 132 -
CMYK 0 0.50 0.01 0.48
HSL 300.91º 0.33% 0.39% -
HSV(B) 300.91º 0.5% 0.52% -
XYZ 15.84 10.67 23.05 -
YUV 94.14 149.37 155.71 -
System Red Green Blue C M Y K H S L
Decimal 133 67 132 0 0.50 0.01 0.48 300.91 0.33 0.39
Hex 85 43 84 0 32 1 30 12D 21 27
Octal 205 103 204 0 62 1 60 455 41 47
Binary 10000101 1000011 10000100 0 110010 1 110000 100101101 100001 100111

Color Harmonies of #854384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854384

Black with #854384

Text Example


Text Example

White with #854384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #854384; }

 p { color: rgb(133,67,132); }

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

background-color css

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

 a { background-color: rgb(133,67,132); }

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

border-color css

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

 span { border-color: rgb(133,67,132); }

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