Html Css Color HEX #85338A Vivid Violet

📋 copy color: '#85338A'

red 133 ◦ green 51 ◦ blue 138

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

Shades of Vivid Violet #85338A

Tints of Vivid Violet #85338A

RGB

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

 GREEN value IS 51 (20.31% from 255) = 15.84%

 BLUE value IS 138 (54.3% from 255) = 42.86%

R = 41.3%
G = 15.84%
B = 42.86%

CMYK

 C value IS 0.04

 M value IS 0.63

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#85338A (or 0x85338A) is known color: Vivid Violet. HEX triplet: 85, 33 and 8A. RGB value is (133,51,138). Sum of RGB (Red+Green+Blue) = 133+51+138=322 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.30% from 322); Green value is 51 (20.31% from 255 or 15.84% from 322); Blue value is 138 (54.30% from 255 or 42.86% from 322); Max value from RGB is 138 - color contains mainly: blue. Hex color #85338A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #85338A is #7ACC75. Grayscale: #555555. Windows color (decimal): -8047734 or 9057157. OLE color: 9057157.

HSL color Cylindrical-coordinate representation of color #85338A: hue angle of 296.55º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #85338A is Cyan = 0.04, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 133 51 138 -
CMYK 0.04 0.63 0 0.46
HSL 296.55º 0.46% 0.37% -
HSV(B) 296.55º 0.63% 0.54% -
XYZ 15.44 9.19 25 -
YUV 85.44 157.67 161.93 -
System Red Green Blue C M Y K H S L
Decimal 133 51 138 0.04 0.63 0 0.46 296.55 0.46 0.37
Hex 85 33 8A 4 3F 0 2E 129 2E 25
Octal 205 63 212 4 77 0 56 451 56 45
Binary 10000101 110011 10001010 100 111111 0 101110 100101001 101110 100101

Color Harmonies of #85338A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85338A

Black with #85338A

Text Example


Text Example

White with #85338A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85338A; }

 p { color: rgb(133,51,138); }

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

background-color css

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

 a { background-color: rgb(133,51,138); }

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

border-color css

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

 span { border-color: rgb(133,51,138); }

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