Html Css Color HEX #834698 Vivid Violet

📋 copy color: '#834698'

red 131 ◦ green 70 ◦ blue 152

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

Shades of Vivid Violet #834698

Tints of Vivid Violet #834698

RGB

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

 GREEN value IS 70 (27.73% from 255) = 19.83%

 BLUE value IS 152 (59.77% from 255) = 43.06%

R = 37.11%
G = 19.83%
B = 43.06%

CMYK

 C value IS 0.14

 M value IS 0.54

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#834698 (or 0x834698) is known color: Vivid Violet. HEX triplet: 83, 46 and 98. RGB value is (131,70,152). Sum of RGB (Red+Green+Blue) = 131+70+152=353 (46% of max value = 765). Red value is 131 (51.56% from 255 or 37.11% from 353); Green value is 70 (27.73% from 255 or 19.83% from 353); Blue value is 152 (59.77% from 255 or 43.06% from 353); Max value from RGB is 152 - color contains mainly: blue. Hex color #834698 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #834698 is #7CB967. Grayscale: #616161. Windows color (decimal): -8173928 or 9979523. OLE color: 9979523.

HSL color Cylindrical-coordinate representation of color #834698: hue angle of 284.63º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #834698 is Cyan = 0.14, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 131 70 152 -
CMYK 0.14 0.54 0 0.40
HSL 284.63º 0.37% 0.44% -
HSV(B) 284.63º 0.54% 0.6% -
XYZ 17.22 11.47 31.01 -
YUV 97.59 158.71 151.83 -
System Red Green Blue C M Y K H S L
Decimal 131 70 152 0.14 0.54 0 0.40 284.63 0.37 0.44
Hex 83 46 98 E 36 0 28 11D 25 2C
Octal 203 106 230 16 66 0 50 435 45 54
Binary 10000011 1000110 10011000 1110 110110 0 101000 100011101 100101 101100

Color Harmonies of #834698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834698

Black with #834698

Text Example


Text Example

White with #834698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #834698; }

 p { color: rgb(131,70,152); }

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

background-color css

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

 a { background-color: rgb(131,70,152); }

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

border-color css

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

 span { border-color: rgb(131,70,152); }

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