Html Css Color HEX #85469B Vivid Violet

📋 copy color: '#85469B'

red 133 ◦ green 70 ◦ blue 155

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

Shades of Vivid Violet #85469B

Tints of Vivid Violet #85469B

RGB

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

 GREEN value IS 70 (27.73% from 255) = 19.55%

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

R = 37.15%
G = 19.55%
B = 43.3%

CMYK

 C value IS 0.14

 M value IS 0.55

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#85469B (or 0x85469B) is known color: Vivid Violet. HEX triplet: 85, 46 and 9B. RGB value is (133,70,155). Sum of RGB (Red+Green+Blue) = 133+70+155=358 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.15% from 358); Green value is 70 (27.73% from 255 or 19.55% from 358); Blue value is 155 (60.94% from 255 or 43.30% from 358); Max value from RGB is 155 - color contains mainly: blue. Hex color #85469B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #85469B is #7AB964. Grayscale: #626262. Windows color (decimal): -8042853 or 10176133. OLE color: 10176133.

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

Color convert

RGB 133 70 155 -
CMYK 0.14 0.55 0 0.39
HSL 284.47º 0.38% 0.44% -
HSV(B) 284.47º 0.55% 0.61% -
XYZ 17.78 11.73 32.34 -
YUV 98.53 159.87 152.59 -
System Red Green Blue C M Y K H S L
Decimal 133 70 155 0.14 0.55 0 0.39 284.47 0.38 0.44
Hex 85 46 9B E 37 0 27 11C 26 2C
Octal 205 106 233 16 67 0 47 434 46 54
Binary 10000101 1000110 10011011 1110 110111 0 100111 100011100 100110 101100

Color Harmonies of #85469B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85469B

Black with #85469B

Text Example


Text Example

White with #85469B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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