Html Css Color HEX #852E8D Vivid Violet

📋 copy color: '#852E8D'

red 133 ◦ green 46 ◦ blue 141

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

Shades of Vivid Violet #852E8D

Tints of Vivid Violet #852E8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 44.06%

R = 41.56%
G = 14.38%
B = 44.06%

CMYK

 C value IS 0.06

 M value IS 0.67

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#852E8D (or 0x852E8D) is known color: Vivid Violet. HEX triplet: 85, 2E and 8D. RGB value is (133,46,141). Sum of RGB (Red+Green+Blue) = 133+46+141=320 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.56% from 320); Green value is 46 (18.36% from 255 or 14.38% from 320); Blue value is 141 (55.47% from 255 or 44.06% from 320); Max value from RGB is 141 - color contains mainly: blue. Hex color #852E8D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #852E8D is #7AD172. Grayscale: #525252. Windows color (decimal): -8049011 or 9252485. OLE color: 9252485.

HSL color Cylindrical-coordinate representation of color #852E8D: hue angle of 294.95º degrees, saturation: 0.51, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #852E8D is Cyan = 0.06, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 133 46 141 -
CMYK 0.06 0.67 0 0.45
HSL 294.95º 0.51% 0.37% -
HSV(B) 294.95º 0.67% 0.55% -
XYZ 15.46 8.86 26.1 -
YUV 82.84 160.82 163.78 -
System Red Green Blue C M Y K H S L
Decimal 133 46 141 0.06 0.67 0 0.45 294.95 0.51 0.37
Hex 85 2E 8D 6 43 0 2D 127 33 25
Octal 205 56 215 6 103 0 55 447 63 45
Binary 10000101 101110 10001101 110 1000011 0 101101 100100111 110011 100101

Color Harmonies of #852E8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852E8D

Black with #852E8D

Text Example


Text Example

White with #852E8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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