Html Css Color HEX #85358B Vivid Violet

📋 copy color: '#85358B'

red 133 ◦ green 53 ◦ blue 139

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

Shades of Vivid Violet #85358B

Tints of Vivid Violet #85358B

RGB

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

 GREEN value IS 53 (21.09% from 255) = 16.31%

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

R = 40.92%
G = 16.31%
B = 42.77%

CMYK

 C value IS 0.04

 M value IS 0.62

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#85358B (or 0x85358B) is known color: Vivid Violet. HEX triplet: 85, 35 and 8B. RGB value is (133,53,139). Sum of RGB (Red+Green+Blue) = 133+53+139=325 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.92% from 325); Green value is 53 (21.09% from 255 or 16.31% from 325); Blue value is 139 (54.69% from 255 or 42.77% from 325); Max value from RGB is 139 - color contains mainly: blue. Hex color #85358B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #85358B is #7ACA74. Grayscale: #565656. Windows color (decimal): -8047221 or 9123205. OLE color: 9123205.

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

Color convert

RGB 133 53 139 -
CMYK 0.04 0.62 0 0.45
HSL 295.81º 0.45% 0.38% -
HSV(B) 295.81º 0.62% 0.55% -
XYZ 15.61 9.4 25.42 -
YUV 86.72 157.5 161.01 -
System Red Green Blue C M Y K H S L
Decimal 133 53 139 0.04 0.62 0 0.45 295.81 0.45 0.38
Hex 85 35 8B 4 3E 0 2D 128 2D 26
Octal 205 65 213 4 76 0 55 450 55 46
Binary 10000101 110101 10001011 100 111110 0 101101 100101000 101101 100110

Color Harmonies of #85358B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85358B

Black with #85358B

Text Example


Text Example

White with #85358B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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