Html Css Color HEX #852098 Vivid Violet

📋 copy color: '#852098'

red 133 ◦ green 32 ◦ blue 152

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

Shades of Vivid Violet #852098

Tints of Vivid Violet #852098

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.09%

 BLUE value IS 152 (59.77% from 255) = 47.95%

R = 41.96%
G = 10.09%
B = 47.95%

CMYK

 C value IS 0.13

 M value IS 0.79

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#852098 (or 0x852098) is known color: Vivid Violet. HEX triplet: 85, 20 and 98. RGB value is (133,32,152). Sum of RGB (Red+Green+Blue) = 133+32+152=317 (41% of max value = 765). Red value is 133 (52.34% from 255 or 41.96% from 317); Green value is 32 (12.89% from 255 or 10.09% from 317); Blue value is 152 (59.77% from 255 or 47.95% from 317); Max value from RGB is 152 - color contains mainly: blue. Hex color #852098 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #852098 is #7ADF67. Grayscale: #4B4B4B. Windows color (decimal): -8052584 or 9969797. OLE color: 9969797.

HSL color Cylindrical-coordinate representation of color #852098: hue angle of 290.5º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #852098 is Cyan = 0.13, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 133 32 152 -
CMYK 0.13 0.79 0 0.40
HSL 290.5º 0.65% 0.36% -
HSV(B) 290.5º 0.79% 0.6% -
XYZ 15.86 8.29 30.47 -
YUV 75.88 170.96 168.74 -
System Red Green Blue C M Y K H S L
Decimal 133 32 152 0.13 0.79 0 0.40 290.5 0.65 0.36
Hex 85 20 98 D 4F 0 28 122 41 24
Octal 205 40 230 15 117 0 50 442 101 44
Binary 10000101 100000 10011000 1101 1001111 0 101000 100100010 1000001 100100

Color Harmonies of #852098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852098

Black with #852098

Text Example


Text Example

White with #852098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852098; }

 p { color: rgb(133,32,152); }

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

background-color css

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

 a { background-color: rgb(133,32,152); }

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

border-color css

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

 span { border-color: rgb(133,32,152); }

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