Html Css Color HEX #834093 Vivid Violet

📋 copy color: '#834093'

red 131 ◦ green 64 ◦ blue 147

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

Shades of Vivid Violet #834093

Tints of Vivid Violet #834093

RGB

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

 GREEN value IS 64 (25.39% from 255) = 18.71%

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

R = 38.3%
G = 18.71%
B = 42.98%

CMYK

 C value IS 0.11

 M value IS 0.56

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#834093 (or 0x834093) is known color: Vivid Violet. HEX triplet: 83, 40 and 93. RGB value is (131,64,147). Sum of RGB (Red+Green+Blue) = 131+64+147=342 (45% of max value = 765). Red value is 131 (51.56% from 255 or 38.30% from 342); Green value is 64 (25.39% from 255 or 18.71% from 342); Blue value is 147 (57.81% from 255 or 42.98% from 342); Max value from RGB is 147 - color contains mainly: blue. Hex color #834093 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #834093 is #7CBF6C. Grayscale: #5D5D5D. Windows color (decimal): -8175469 or 9650307. OLE color: 9650307.

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

Color convert

RGB 131 64 147 -
CMYK 0.11 0.56 0 0.42
HSL 288.43º 0.39% 0.41% -
HSV(B) 288.43º 0.56% 0.58% -
XYZ 16.46 10.6 28.78 -
YUV 93.5 158.2 154.75 -
System Red Green Blue C M Y K H S L
Decimal 131 64 147 0.11 0.56 0 0.42 288.43 0.39 0.41
Hex 83 40 93 B 38 0 2A 120 27 29
Octal 203 100 223 13 70 0 52 440 47 51
Binary 10000011 1000000 10010011 1011 111000 0 101010 100100000 100111 101001

Color Harmonies of #834093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834093

Black with #834093

Text Example


Text Example

White with #834093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #834093; }

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

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

background-color css

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

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

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

border-color css

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

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

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