Html Css Color HEX #85258C Vivid Violet

📋 copy color: '#85258C'

red 133 ◦ green 37 ◦ blue 140

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

Shades of Vivid Violet #85258C

Tints of Vivid Violet #85258C

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.94%

 BLUE value IS 140 (55.08% from 255) = 45.16%

R = 42.9%
G = 11.94%
B = 45.16%

CMYK

 C value IS 0.05

 M value IS 0.74

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#85258C (or 0x85258C) is known color: Vivid Violet. HEX triplet: 85, 25 and 8C. RGB value is (133,37,140). Sum of RGB (Red+Green+Blue) = 133+37+140=310 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.90% from 310); Green value is 37 (14.84% from 255 or 11.94% from 310); Blue value is 140 (55.08% from 255 or 45.16% from 310); Max value from RGB is 140 - color contains mainly: blue. Hex color #85258C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #85258C is #7ADA73. Grayscale: #4D4D4D. Windows color (decimal): -8051316 or 9184645. OLE color: 9184645.

HSL color Cylindrical-coordinate representation of color #85258C: hue angle of 295.92º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #85258C is Cyan = 0.05, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 133 37 140 -
CMYK 0.05 0.74 0 0.45
HSL 295.92º 0.58% 0.35% -
HSV(B) 295.92º 0.74% 0.55% -
XYZ 15.07 8.2 25.6 -
YUV 77.45 163.3 167.62 -
System Red Green Blue C M Y K H S L
Decimal 133 37 140 0.05 0.74 0 0.45 295.92 0.58 0.35
Hex 85 25 8C 5 4A 0 2D 128 3A 23
Octal 205 45 214 5 112 0 55 450 72 43
Binary 10000101 100101 10001100 101 1001010 0 101101 100101000 111010 100011

Color Harmonies of #85258C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85258C

Black with #85258C

Text Example


Text Example

White with #85258C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85258C; }

 p { color: rgb(133,37,140); }

 H1.HeaderClassName
 {
   color: #85258C;
 }
 .AnyTagClassName
 {
   color: #85258C;
 }
</style>

background-color css

<style>
 a { background-color: #85258C; }

 a { background-color: rgb(133,37,140); }

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

border-color css

<style>
 span { border-color: #85258C; }

 span { border-color: rgb(133,37,140); }

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