Html Css Color HEX #852F9B Vivid Violet

📋 copy color: '#852F9B'

red 133 ◦ green 47 ◦ blue 155

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

Shades of Vivid Violet #852F9B

Tints of Vivid Violet #852F9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 46.27%

R = 39.7%
G = 14.03%
B = 46.27%

CMYK

 C value IS 0.14

 M value IS 0.70

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#852F9B (or 0x852F9B) is known color: Vivid Violet. HEX triplet: 85, 2F and 9B. RGB value is (133,47,155). Sum of RGB (Red+Green+Blue) = 133+47+155=335 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.70% from 335); Green value is 47 (18.75% from 255 or 14.03% from 335); Blue value is 155 (60.94% from 255 or 46.27% from 335); Max value from RGB is 155 - color contains mainly: blue. Hex color #852F9B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #852F9B is #7AD064. Grayscale: #545454. Windows color (decimal): -8048741 or 10170245. OLE color: 10170245.

HSL color Cylindrical-coordinate representation of color #852F9B: hue angle of 287.78º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #852F9B is Cyan = 0.14, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 133 47 155 -
CMYK 0.14 0.70 0 0.39
HSL 287.78º 0.53% 0.4% -
HSV(B) 287.78º 0.7% 0.61% -
XYZ 16.61 9.39 31.95 -
YUV 85.03 167.49 162.22 -
System Red Green Blue C M Y K H S L
Decimal 133 47 155 0.14 0.70 0 0.39 287.78 0.53 0.4
Hex 85 2F 9B E 46 0 27 120 35 28
Octal 205 57 233 16 106 0 47 440 65 50
Binary 10000101 101111 10011011 1110 1000110 0 100111 100100000 110101 101000

Color Harmonies of #852F9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852F9B

Black with #852F9B

Text Example


Text Example

White with #852F9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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