Html Css Color HEX #833382 Vivid Violet

📋 copy color: '#833382'

red 131 ◦ green 51 ◦ blue 130

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

Shades of Vivid Violet #833382

Tints of Vivid Violet #833382

RGB

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

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

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

R = 41.99%
G = 16.35%
B = 41.67%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.01

 K value IS 0.49

RGB Variations

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

Color information

#833382 (or 0x833382) is known color: Vivid Violet. HEX triplet: 83, 33 and 82. RGB value is (131,51,130). Sum of RGB (Red+Green+Blue) = 131+51+130=312 (41% of max value = 765). Red value is 131 (51.56% from 255 or 41.99% from 312); Green value is 51 (20.31% from 255 or 16.35% from 312); Blue value is 130 (51.17% from 255 or 41.67% from 312); Max value from RGB is 131 - color contains mainly: red. Hex color #833382 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #833382 is #7CCC7D. Grayscale: #535353. Windows color (decimal): -8178814 or 8532867. OLE color: 8532867.

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

Color convert

RGB 131 51 130 -
CMYK 0 0.61 0.01 0.49
HSL 300.75º 0.44% 0.36% -
HSV(B) 300.75º 0.61% 0.51% -
XYZ 14.57 8.8 22.05 -
YUV 83.93 154 161.58 -
System Red Green Blue C M Y K H S L
Decimal 131 51 130 0 0.61 0.01 0.49 300.75 0.44 0.36
Hex 83 33 82 0 3D 1 31 12D 2C 24
Octal 203 63 202 0 75 1 61 455 54 44
Binary 10000011 110011 10000010 0 111101 1 110001 100101101 101100 100100

Color Harmonies of #833382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #833382

Black with #833382

Text Example


Text Example

White with #833382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #833382; }

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

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

background-color css

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

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

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

border-color css

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

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

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