Html Css Color HEX #85369B Vivid Violet

📋 copy color: '#85369B'

red 133 ◦ green 54 ◦ blue 155

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

Shades of Vivid Violet #85369B

Tints of Vivid Violet #85369B

RGB

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

 GREEN value IS 54 (21.48% from 255) = 15.79%

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

R = 38.89%
G = 15.79%
B = 45.32%

CMYK

 C value IS 0.14

 M value IS 0.65

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#85369B (or 0x85369B) is known color: Vivid Violet. HEX triplet: 85, 36 and 9B. RGB value is (133,54,155). Sum of RGB (Red+Green+Blue) = 133+54+155=342 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.89% from 342); Green value is 54 (21.48% from 255 or 15.79% from 342); Blue value is 155 (60.94% from 255 or 45.32% from 342); Max value from RGB is 155 - color contains mainly: blue. Hex color #85369B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #85369B is #7AC964. Grayscale: #585858. Windows color (decimal): -8046949 or 10172037. OLE color: 10172037.

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

Color convert

RGB 133 54 155 -
CMYK 0.14 0.65 0 0.39
HSL 286.93º 0.48% 0.41% -
HSV(B) 286.93º 0.65% 0.61% -
XYZ 16.91 9.99 32.05 -
YUV 89.14 165.17 159.29 -
System Red Green Blue C M Y K H S L
Decimal 133 54 155 0.14 0.65 0 0.39 286.93 0.48 0.41
Hex 85 36 9B E 41 0 27 11F 30 29
Octal 205 66 233 16 101 0 47 437 60 51
Binary 10000101 110110 10011011 1110 1000001 0 100111 100011111 110000 101001

Color Harmonies of #85369B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85369B

Black with #85369B

Text Example


Text Example

White with #85369B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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