Html Css Color HEX #852398 Vivid Violet

📋 copy color: '#852398'

red 133 ◦ green 35 ◦ blue 152

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

Shades of Vivid Violet #852398

Tints of Vivid Violet #852398

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.94%

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

R = 41.56%
G = 10.94%
B = 47.5%

CMYK

 C value IS 0.13

 M value IS 0.77

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#852398 (or 0x852398) is known color: Vivid Violet. HEX triplet: 85, 23 and 98. RGB value is (133,35,152). Sum of RGB (Red+Green+Blue) = 133+35+152=320 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.56% from 320); Green value is 35 (14.06% from 255 or 10.94% from 320); Blue value is 152 (59.77% from 255 or 47.5% from 320); Max value from RGB is 152 - color contains mainly: blue. Hex color #852398 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #852398 is #7ADC67. Grayscale: #4D4D4D. Windows color (decimal): -8051816 or 9970565. OLE color: 9970565.

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

Color convert

RGB 133 35 152 -
CMYK 0.13 0.77 0 0.40
HSL 290.26º 0.63% 0.37% -
HSV(B) 290.26º 0.77% 0.6% -
XYZ 15.94 8.46 30.5 -
YUV 77.64 169.97 167.49 -
System Red Green Blue C M Y K H S L
Decimal 133 35 152 0.13 0.77 0 0.40 290.26 0.63 0.37
Hex 85 23 98 D 4D 0 28 122 3F 25
Octal 205 43 230 15 115 0 50 442 77 45
Binary 10000101 100011 10011000 1101 1001101 0 101000 100100010 111111 100101

Color Harmonies of #852398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852398

Black with #852398

Text Example


Text Example

White with #852398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852398; }

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

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

background-color css

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

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

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

border-color css

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

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

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