Html Css Color HEX #834098 Vivid Violet

📋 copy color: '#834098'

red 131 ◦ green 64 ◦ blue 152

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

Shades of Vivid Violet #834098

Tints of Vivid Violet #834098

RGB

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

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

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

R = 37.75%
G = 18.44%
B = 43.8%

CMYK

 C value IS 0.14

 M value IS 0.58

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#834098 (or 0x834098) is known color: Vivid Violet. HEX triplet: 83, 40 and 98. RGB value is (131,64,152). Sum of RGB (Red+Green+Blue) = 131+64+152=347 (45% of max value = 765). Red value is 131 (51.56% from 255 or 37.75% from 347); Green value is 64 (25.39% from 255 or 18.44% from 347); Blue value is 152 (59.77% from 255 or 43.80% from 347); Max value from RGB is 152 - color contains mainly: blue. Hex color #834098 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #834098 is #7CBF67. Grayscale: #5D5D5D. Windows color (decimal): -8175464 or 9977987. OLE color: 9977987.

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

Color convert

RGB 131 64 152 -
CMYK 0.14 0.58 0 0.40
HSL 285.68º 0.41% 0.42% -
HSV(B) 285.68º 0.58% 0.6% -
XYZ 16.86 10.76 30.89 -
YUV 94.07 160.7 154.34 -
System Red Green Blue C M Y K H S L
Decimal 131 64 152 0.14 0.58 0 0.40 285.68 0.41 0.42
Hex 83 40 98 E 3A 0 28 11E 29 2A
Octal 203 100 230 16 72 0 50 436 51 52
Binary 10000011 1000000 10011000 1110 111010 0 101000 100011110 101001 101010

Color Harmonies of #834098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834098

Black with #834098

Text Example


Text Example

White with #834098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #834098; }

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

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

background-color css

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

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

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

border-color css

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

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

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