Html Css Color HEX #85418B Vivid Violet

📋 copy color: '#85418B'

red 133 ◦ green 65 ◦ blue 139

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

Shades of Vivid Violet #85418B

Tints of Vivid Violet #85418B

RGB

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

 GREEN value IS 65 (25.78% from 255) = 19.29%

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

R = 39.47%
G = 19.29%
B = 41.25%

CMYK

 C value IS 0.04

 M value IS 0.53

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#85418B (or 0x85418B) is known color: Vivid Violet. HEX triplet: 85, 41 and 8B. RGB value is (133,65,139). Sum of RGB (Red+Green+Blue) = 133+65+139=337 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.47% from 337); Green value is 65 (25.78% from 255 or 19.29% from 337); Blue value is 139 (54.69% from 255 or 41.25% from 337); Max value from RGB is 139 - color contains mainly: blue. Hex color #85418B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #85418B is #7ABE74. Grayscale: #5D5D5D. Windows color (decimal): -8044149 or 9126277. OLE color: 9126277.

HSL color Cylindrical-coordinate representation of color #85418B: hue angle of 295.14º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #85418B is Cyan = 0.04, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 133 65 139 -
CMYK 0.04 0.53 0 0.45
HSL 295.14º 0.36% 0.4% -
HSV(B) 295.14º 0.53% 0.55% -
XYZ 16.22 10.63 25.62 -
YUV 93.77 153.53 155.98 -
System Red Green Blue C M Y K H S L
Decimal 133 65 139 0.04 0.53 0 0.45 295.14 0.36 0.4
Hex 85 41 8B 4 35 0 2D 127 24 28
Octal 205 101 213 4 65 0 55 447 44 50
Binary 10000101 1000001 10001011 100 110101 0 101101 100100111 100100 101000

Color Harmonies of #85418B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85418B

Black with #85418B

Text Example


Text Example

White with #85418B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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