Html Css Color HEX #833082 Vivid Violet

📋 copy color: '#833082'

red 131 ◦ green 48 ◦ blue 130

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

Shades of Vivid Violet #833082

Tints of Vivid Violet #833082

RGB

 RED value IS 131 (51.56% from 255) = 42.39%

 GREEN value IS 48 (19.14% from 255) = 15.53%

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

R = 42.39%
G = 15.53%
B = 42.07%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.01

 K value IS 0.49

RGB Variations

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

Color information

#833082 (or 0x833082) is known color: Vivid Violet. HEX triplet: 83, 30 and 82. RGB value is (131,48,130). Sum of RGB (Red+Green+Blue) = 131+48+130=309 (40% of max value = 765). Red value is 131 (51.56% from 255 or 42.39% from 309); Green value is 48 (19.14% from 255 or 15.53% from 309); Blue value is 130 (51.17% from 255 or 42.07% from 309); Max value from RGB is 131 - color contains mainly: red. Hex color #833082 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #833082 is #7CCF7D. Grayscale: #515151. Windows color (decimal): -8179582 or 8532099. OLE color: 8532099.

HSL color Cylindrical-coordinate representation of color #833082: hue angle of 300.72º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #833082 is Cyan = 0, Magento = 0.63, Yellow = 0.01 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 48 130 -
CMYK 0 0.63 0.01 0.49
HSL 300.72º 0.46% 0.35% -
HSV(B) 300.72º 0.63% 0.51% -
XYZ 14.45 8.55 22.01 -
YUV 82.17 155 162.83 -
System Red Green Blue C M Y K H S L
Decimal 131 48 130 0 0.63 0.01 0.49 300.72 0.46 0.35
Hex 83 30 82 0 3F 1 31 12D 2E 23
Octal 203 60 202 0 77 1 61 455 56 43
Binary 10000011 110000 10000010 0 111111 1 110001 100101101 101110 100011

Color Harmonies of #833082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #833082

Black with #833082

Text Example


Text Example

White with #833082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #833082; }

 p { color: rgb(131,48,130); }

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

background-color css

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

 a { background-color: rgb(131,48,130); }

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

border-color css

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

 span { border-color: rgb(131,48,130); }

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