Html Css Color HEX #85439B Vivid Violet

📋 copy color: '#85439B'

red 133 ◦ green 67 ◦ blue 155

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

Shades of Vivid Violet #85439B

Tints of Vivid Violet #85439B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 43.66%

R = 37.46%
G = 18.87%
B = 43.66%

CMYK

 C value IS 0.14

 M value IS 0.57

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#85439B (or 0x85439B) is known color: Vivid Violet. HEX triplet: 85, 43 and 9B. RGB value is (133,67,155). Sum of RGB (Red+Green+Blue) = 133+67+155=355 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.46% from 355); Green value is 67 (26.56% from 255 or 18.87% from 355); Blue value is 155 (60.94% from 255 or 43.66% from 355); Max value from RGB is 155 - color contains mainly: blue. Hex color #85439B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #85439B is #7ABC64. Grayscale: #606060. Windows color (decimal): -8043621 or 10175365. OLE color: 10175365.

HSL color Cylindrical-coordinate representation of color #85439B: hue angle of 285º degrees, saturation: 0.4, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #85439B is Cyan = 0.14, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 133 67 155 -
CMYK 0.14 0.57 0 0.39
HSL 285º 0.4% 0.44% -
HSV(B) 285º 0.57% 0.61% -
XYZ 17.6 11.37 32.28 -
YUV 96.77 160.87 153.84 -
System Red Green Blue C M Y K H S L
Decimal 133 67 155 0.14 0.57 0 0.39 285 0.4 0.44
Hex 85 43 9B E 39 0 27 11D 28 2C
Octal 205 103 233 16 71 0 47 435 50 54
Binary 10000101 1000011 10011011 1110 111001 0 100111 100011101 101000 101100

Color Harmonies of #85439B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85439B

Black with #85439B

Text Example


Text Example

White with #85439B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85439B; }

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

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

background-color css

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

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

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

border-color css

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

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

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