Html Css Color HEX #85468B Vivid Violet

📋 copy color: '#85468B'

red 133 ◦ green 70 ◦ blue 139

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

Shades of Vivid Violet #85468B

Tints of Vivid Violet #85468B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 40.64%

R = 38.89%
G = 20.47%
B = 40.64%

CMYK

 C value IS 0.04

 M value IS 0.50

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#85468B (or 0x85468B) is known color: Vivid Violet. HEX triplet: 85, 46 and 8B. RGB value is (133,70,139). Sum of RGB (Red+Green+Blue) = 133+70+139=342 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.89% from 342); Green value is 70 (27.73% from 255 or 20.47% from 342); Blue value is 139 (54.69% from 255 or 40.64% from 342); Max value from RGB is 139 - color contains mainly: blue. Hex color #85468B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #85468B is #7AB974. Grayscale: #606060. Windows color (decimal): -8042869 or 9127557. OLE color: 9127557.

HSL color Cylindrical-coordinate representation of color #85468B: hue angle of 294.78º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #85468B is Cyan = 0.04, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 133 70 139 -
CMYK 0.04 0.50 0 0.45
HSL 294.78º 0.33% 0.41% -
HSV(B) 294.78º 0.5% 0.55% -
XYZ 16.52 11.23 25.72 -
YUV 96.7 151.87 153.89 -
System Red Green Blue C M Y K H S L
Decimal 133 70 139 0.04 0.50 0 0.45 294.78 0.33 0.41
Hex 85 46 8B 4 32 0 2D 127 21 29
Octal 205 106 213 4 62 0 55 447 41 51
Binary 10000101 1000110 10001011 100 110010 0 101101 100100111 100001 101001

Color Harmonies of #85468B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85468B

Black with #85468B

Text Example


Text Example

White with #85468B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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