Html Css Color HEX #85438D Vivid Violet

📋 copy color: '#85438D'

red 133 ◦ green 67 ◦ blue 141

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

Shades of Vivid Violet #85438D

Tints of Vivid Violet #85438D

RGB

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

 GREEN value IS 67 (26.56% from 255) = 19.65%

 BLUE value IS 141 (55.47% from 255) = 41.35%

R = 39%
G = 19.65%
B = 41.35%

CMYK

 C value IS 0.06

 M value IS 0.52

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#85438D (or 0x85438D) is known color: Vivid Violet. HEX triplet: 85, 43 and 8D. RGB value is (133,67,141). Sum of RGB (Red+Green+Blue) = 133+67+141=341 (45% of max value = 765). Red value is 133 (52.34% from 255 or 39.00% from 341); Green value is 67 (26.56% from 255 or 19.65% from 341); Blue value is 141 (55.47% from 255 or 41.35% from 341); Max value from RGB is 141 - color contains mainly: blue. Hex color #85438D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #85438D is #7ABC72. Grayscale: #5E5E5E. Windows color (decimal): -8043635 or 9257861. OLE color: 9257861.

HSL color Cylindrical-coordinate representation of color #85438D: hue angle of 293.51º degrees, saturation: 0.36, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #85438D is Cyan = 0.06, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 133 67 141 -
CMYK 0.06 0.52 0 0.45
HSL 293.51º 0.36% 0.41% -
HSV(B) 293.51º 0.52% 0.55% -
XYZ 16.49 10.92 26.44 -
YUV 95.17 153.87 154.98 -
System Red Green Blue C M Y K H S L
Decimal 133 67 141 0.06 0.52 0 0.45 293.51 0.36 0.41
Hex 85 43 8D 6 34 0 2D 126 24 29
Octal 205 103 215 6 64 0 55 446 44 51
Binary 10000101 1000011 10001101 110 110100 0 101101 100100110 100100 101001

Color Harmonies of #85438D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85438D

Black with #85438D

Text Example


Text Example

White with #85438D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85438D; }

 p { color: rgb(133,67,141); }

 H1.HeaderClassName
 {
   color: #85438D;
 }
 .AnyTagClassName
 {
   color: #85438D;
 }
</style>

background-color css

<style>
 a { background-color: #85438D; }

 a { background-color: rgb(133,67,141); }

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

border-color css

<style>
 span { border-color: #85438D; }

 span { border-color: rgb(133,67,141); }

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