Html Css Color HEX #834293 Vivid Violet

📋 copy color: '#834293'

red 131 ◦ green 66 ◦ blue 147

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

Shades of Vivid Violet #834293

Tints of Vivid Violet #834293

RGB

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

 GREEN value IS 66 (26.17% from 255) = 19.19%

 BLUE value IS 147 (57.81% from 255) = 42.73%

R = 38.08%
G = 19.19%
B = 42.73%

CMYK

 C value IS 0.11

 M value IS 0.55

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#834293 (or 0x834293) is known color: Vivid Violet. HEX triplet: 83, 42 and 93. RGB value is (131,66,147). Sum of RGB (Red+Green+Blue) = 131+66+147=344 (45% of max value = 765). Red value is 131 (51.56% from 255 or 38.08% from 344); Green value is 66 (26.17% from 255 or 19.19% from 344); Blue value is 147 (57.81% from 255 or 42.73% from 344); Max value from RGB is 147 - color contains mainly: blue. Hex color #834293 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #834293 is #7CBD6C. Grayscale: #5E5E5E. Windows color (decimal): -8174957 or 9650819. OLE color: 9650819.

HSL color Cylindrical-coordinate representation of color #834293: hue angle of 288.15º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #834293 is Cyan = 0.11, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 131 66 147 -
CMYK 0.11 0.55 0 0.42
HSL 288.15º 0.38% 0.42% -
HSV(B) 288.15º 0.55% 0.58% -
XYZ 16.57 10.83 28.82 -
YUV 94.67 157.53 153.91 -
System Red Green Blue C M Y K H S L
Decimal 131 66 147 0.11 0.55 0 0.42 288.15 0.38 0.42
Hex 83 42 93 B 37 0 2A 120 26 2A
Octal 203 102 223 13 67 0 52 440 46 52
Binary 10000011 1000010 10010011 1011 110111 0 101010 100100000 100110 101010

Color Harmonies of #834293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834293

Black with #834293

Text Example


Text Example

White with #834293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #834293; }

 p { color: rgb(131,66,147); }

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

background-color css

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

 a { background-color: rgb(131,66,147); }

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

border-color css

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

 span { border-color: rgb(131,66,147); }

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