Html Css Color HEX #85248A Vivid Violet

📋 copy color: '#85248A'

red 133 ◦ green 36 ◦ blue 138

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

Shades of Vivid Violet #85248A

Tints of Vivid Violet #85248A

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.73%

 BLUE value IS 138 (54.3% from 255) = 44.95%

R = 43.32%
G = 11.73%
B = 44.95%

CMYK

 C value IS 0.04

 M value IS 0.74

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#85248A (or 0x85248A) is known color: Vivid Violet. HEX triplet: 85, 24 and 8A. RGB value is (133,36,138). Sum of RGB (Red+Green+Blue) = 133+36+138=307 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.32% from 307); Green value is 36 (14.45% from 255 or 11.73% from 307); Blue value is 138 (54.30% from 255 or 44.95% from 307); Max value from RGB is 138 - color contains mainly: blue. Hex color #85248A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #85248A is #7ADB75. Grayscale: #4C4C4C. Windows color (decimal): -8051574 or 9053317. OLE color: 9053317.

HSL color Cylindrical-coordinate representation of color #85248A: hue angle of 297.06º degrees, saturation: 0.59, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #85248A is Cyan = 0.04, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 133 36 138 -
CMYK 0.04 0.74 0 0.46
HSL 297.06º 0.59% 0.34% -
HSV(B) 297.06º 0.74% 0.54% -
XYZ 14.89 8.08 24.82 -
YUV 76.63 162.64 168.21 -
System Red Green Blue C M Y K H S L
Decimal 133 36 138 0.04 0.74 0 0.46 297.06 0.59 0.34
Hex 85 24 8A 4 4A 0 2E 129 3B 22
Octal 205 44 212 4 112 0 56 451 73 42
Binary 10000101 100100 10001010 100 1001010 0 101110 100101001 111011 100010

Color Harmonies of #85248A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85248A

Black with #85248A

Text Example


Text Example

White with #85248A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85248A; }

 p { color: rgb(133,36,138); }

 H1.HeaderClassName
 {
   color: #85248A;
 }
 .AnyTagClassName
 {
   color: #85248A;
 }
</style>

background-color css

<style>
 a { background-color: #85248A; }

 a { background-color: rgb(133,36,138); }

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

border-color css

<style>
 span { border-color: #85248A; }

 span { border-color: rgb(133,36,138); }

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