Html Css Color HEX #853382 Vivid Violet

📋 copy color: '#853382'

red 133 ◦ green 51 ◦ blue 130

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

Shades of Vivid Violet #853382

Tints of Vivid Violet #853382

RGB

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

 GREEN value IS 51 (20.31% from 255) = 16.24%

 BLUE value IS 130 (51.17% from 255) = 41.4%

R = 42.36%
G = 16.24%
B = 41.4%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.02

 K value IS 0.48

RGB Variations

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

Color information

#853382 (or 0x853382) is known color: Vivid Violet. HEX triplet: 85, 33 and 82. RGB value is (133,51,130). Sum of RGB (Red+Green+Blue) = 133+51+130=314 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.36% from 314); Green value is 51 (20.31% from 255 or 16.24% from 314); Blue value is 130 (51.17% from 255 or 41.40% from 314); Max value from RGB is 133 - color contains mainly: red. Hex color #853382 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #853382 is #7ACC7D. Grayscale: #545454. Windows color (decimal): -8047742 or 8532869. OLE color: 8532869.

HSL color Cylindrical-coordinate representation of color #853382: hue angle of 302.2º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #853382 is Cyan = 0, Magento = 0.62, Yellow = 0.02 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 51 130 -
CMYK 0 0.62 0.02 0.48
HSL 302.2º 0.45% 0.36% -
HSV(B) 302.2º 0.62% 0.52% -
XYZ 14.89 8.97 22.07 -
YUV 84.52 153.67 162.58 -
System Red Green Blue C M Y K H S L
Decimal 133 51 130 0 0.62 0.02 0.48 302.2 0.45 0.36
Hex 85 33 82 0 3E 2 30 12E 2D 24
Octal 205 63 202 0 76 2 60 456 55 44
Binary 10000101 110011 10000010 0 111110 10 110000 100101110 101101 100100

Color Harmonies of #853382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853382

Black with #853382

Text Example


Text Example

White with #853382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853382; }

 p { color: rgb(133,51,130); }

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

background-color css

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

 a { background-color: rgb(133,51,130); }

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

border-color css

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

 span { border-color: rgb(133,51,130); }

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