Html Css Color HEX #852298 Vivid Violet

📋 copy color: '#852298'

red 133 ◦ green 34 ◦ blue 152

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

Shades of Vivid Violet #852298

Tints of Vivid Violet #852298

RGB

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

 GREEN value IS 34 (13.67% from 255) = 10.66%

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

R = 41.69%
G = 10.66%
B = 47.65%

CMYK

 C value IS 0.13

 M value IS 0.78

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#852298 (or 0x852298) is known color: Vivid Violet. HEX triplet: 85, 22 and 98. RGB value is (133,34,152). Sum of RGB (Red+Green+Blue) = 133+34+152=319 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.69% from 319); Green value is 34 (13.67% from 255 or 10.66% from 319); Blue value is 152 (59.77% from 255 or 47.65% from 319); Max value from RGB is 152 - color contains mainly: blue. Hex color #852298 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #852298 is #7ADD67. Grayscale: #4C4C4C. Windows color (decimal): -8052072 or 9970309. OLE color: 9970309.

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

Color convert

RGB 133 34 152 -
CMYK 0.13 0.78 0 0.40
HSL 290.34º 0.63% 0.36% -
HSV(B) 290.34º 0.78% 0.6% -
XYZ 15.91 8.4 30.49 -
YUV 77.05 170.3 167.91 -
System Red Green Blue C M Y K H S L
Decimal 133 34 152 0.13 0.78 0 0.40 290.34 0.63 0.36
Hex 85 22 98 D 4E 0 28 122 3F 24
Octal 205 42 230 15 116 0 50 442 77 44
Binary 10000101 100010 10011000 1101 1001110 0 101000 100100010 111111 100100

Color Harmonies of #852298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852298

Black with #852298

Text Example


Text Example

White with #852298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852298; }

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

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

background-color css

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

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

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

border-color css

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

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

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