Html Css Color HEX #852E9C Vivid Violet

📋 copy color: '#852E9C'

red 133 ◦ green 46 ◦ blue 156

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

Shades of Vivid Violet #852E9C

Tints of Vivid Violet #852E9C

RGB

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

 GREEN value IS 46 (18.36% from 255) = 13.73%

 BLUE value IS 156 (61.33% from 255) = 46.57%

R = 39.7%
G = 13.73%
B = 46.57%

CMYK

 C value IS 0.15

 M value IS 0.71

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#852E9C (or 0x852E9C) is known color: Vivid Violet. HEX triplet: 85, 2E and 9C. RGB value is (133,46,156). Sum of RGB (Red+Green+Blue) = 133+46+156=335 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.70% from 335); Green value is 46 (18.36% from 255 or 13.73% from 335); Blue value is 156 (61.33% from 255 or 46.57% from 335); Max value from RGB is 156 - color contains mainly: blue. Hex color #852E9C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #852E9C is #7AD163. Grayscale: #545454. Windows color (decimal): -8048996 or 10235525. OLE color: 10235525.

HSL color Cylindrical-coordinate representation of color #852E9C: hue angle of 287.45º degrees, saturation: 0.54, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #852E9C is Cyan = 0.15, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 133 46 156 -
CMYK 0.15 0.71 0 0.39
HSL 287.45º 0.54% 0.4% -
HSV(B) 287.45º 0.71% 0.61% -
XYZ 16.65 9.34 32.38 -
YUV 84.55 168.32 162.56 -
System Red Green Blue C M Y K H S L
Decimal 133 46 156 0.15 0.71 0 0.39 287.45 0.54 0.4
Hex 85 2E 9C F 47 0 27 11F 36 28
Octal 205 56 234 17 107 0 47 437 66 50
Binary 10000101 101110 10011100 1111 1000111 0 100111 100011111 110110 101000

Color Harmonies of #852E9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852E9C

Black with #852E9C

Text Example


Text Example

White with #852E9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,46,156); }

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

background-color css

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

 a { background-color: rgb(133,46,156); }

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

border-color css

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

 span { border-color: rgb(133,46,156); }

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