Html Css Color HEX #852F98 Vivid Violet

📋 copy color: '#852F98'

red 133 ◦ green 47 ◦ blue 152

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

Shades of Vivid Violet #852F98

Tints of Vivid Violet #852F98

RGB

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

 GREEN value IS 47 (18.75% from 255) = 14.16%

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

R = 40.06%
G = 14.16%
B = 45.78%

CMYK

 C value IS 0.13

 M value IS 0.69

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#852F98 (or 0x852F98) is known color: Vivid Violet. HEX triplet: 85, 2F and 98. RGB value is (133,47,152). Sum of RGB (Red+Green+Blue) = 133+47+152=332 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.06% from 332); Green value is 47 (18.75% from 255 or 14.16% from 332); Blue value is 152 (59.77% from 255 or 45.78% from 332); Max value from RGB is 152 - color contains mainly: blue. Hex color #852F98 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #852F98 is #7AD067. Grayscale: #545454. Windows color (decimal): -8048744 or 9973637. OLE color: 9973637.

HSL color Cylindrical-coordinate representation of color #852F98: hue angle of 289.14º degrees, saturation: 0.53, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #852F98 is Cyan = 0.13, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 133 47 152 -
CMYK 0.13 0.69 0 0.40
HSL 289.14º 0.53% 0.39% -
HSV(B) 289.14º 0.69% 0.6% -
XYZ 16.36 9.29 30.64 -
YUV 84.68 165.99 162.46 -
System Red Green Blue C M Y K H S L
Decimal 133 47 152 0.13 0.69 0 0.40 289.14 0.53 0.39
Hex 85 2F 98 D 45 0 28 121 35 27
Octal 205 57 230 15 105 0 50 441 65 47
Binary 10000101 101111 10011000 1101 1000101 0 101000 100100001 110101 100111

Color Harmonies of #852F98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852F98

Black with #852F98

Text Example


Text Example

White with #852F98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852F98; }

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

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

background-color css

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

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

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

border-color css

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

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

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