Html Css Color HEX #852B8B Vivid Violet

📋 copy color: '#852B8B'

red 133 ◦ green 43 ◦ blue 139

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

Shades of Vivid Violet #852B8B

Tints of Vivid Violet #852B8B

RGB

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

 GREEN value IS 43 (17.19% from 255) = 13.65%

 BLUE value IS 139 (54.69% from 255) = 44.13%

R = 42.22%
G = 13.65%
B = 44.13%

CMYK

 C value IS 0.04

 M value IS 0.69

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#852B8B (or 0x852B8B) is known color: Vivid Violet. HEX triplet: 85, 2B and 8B. RGB value is (133,43,139). Sum of RGB (Red+Green+Blue) = 133+43+139=315 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.22% from 315); Green value is 43 (17.19% from 255 or 13.65% from 315); Blue value is 139 (54.69% from 255 or 44.13% from 315); Max value from RGB is 139 - color contains mainly: blue. Hex color #852B8B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #852B8B is #7AD474. Grayscale: #505050. Windows color (decimal): -8049781 or 9120645. OLE color: 9120645.

HSL color Cylindrical-coordinate representation of color #852B8B: hue angle of 296.25º degrees, saturation: 0.53, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #852B8B is Cyan = 0.04, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 133 43 139 -
CMYK 0.04 0.69 0 0.45
HSL 296.25º 0.53% 0.36% -
HSV(B) 296.25º 0.69% 0.55% -
XYZ 15.2 8.58 25.28 -
YUV 80.85 160.82 165.19 -
System Red Green Blue C M Y K H S L
Decimal 133 43 139 0.04 0.69 0 0.45 296.25 0.53 0.36
Hex 85 2B 8B 4 45 0 2D 128 35 24
Octal 205 53 213 4 105 0 55 450 65 44
Binary 10000101 101011 10001011 100 1000101 0 101101 100101000 110101 100100

Color Harmonies of #852B8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852B8B

Black with #852B8B

Text Example


Text Example

White with #852B8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,43,139); }

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

background-color css

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

 a { background-color: rgb(133,43,139); }

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

border-color css

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

 span { border-color: rgb(133,43,139); }

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