Html Css Color HEX #834888 Vivid Violet

📋 copy color: '#834888'

red 131 ◦ green 72 ◦ blue 136

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

Shades of Vivid Violet #834888

Tints of Vivid Violet #834888

RGB

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

 GREEN value IS 72 (28.52% from 255) = 21.24%

 BLUE value IS 136 (53.52% from 255) = 40.12%

R = 38.64%
G = 21.24%
B = 40.12%

CMYK

 C value IS 0.04

 M value IS 0.47

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#834888 (or 0x834888) is known color: Vivid Violet. HEX triplet: 83, 48 and 88. RGB value is (131,72,136). Sum of RGB (Red+Green+Blue) = 131+72+136=339 (44% of max value = 765). Red value is 131 (51.56% from 255 or 38.64% from 339); Green value is 72 (28.52% from 255 or 21.24% from 339); Blue value is 136 (53.52% from 255 or 40.12% from 339); Max value from RGB is 136 - color contains mainly: blue. Hex color #834888 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #834888 is #7CB777. Grayscale: #606060. Windows color (decimal): -8173432 or 8931459. OLE color: 8931459.

HSL color Cylindrical-coordinate representation of color #834888: hue angle of 295.31º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #834888 is Cyan = 0.04, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 131 72 136 -
CMYK 0.04 0.47 0 0.47
HSL 295.31º 0.31% 0.41% -
HSV(B) 295.31º 0.47% 0.53% -
XYZ 16.12 11.24 24.61 -
YUV 96.94 150.05 152.3 -
System Red Green Blue C M Y K H S L
Decimal 131 72 136 0.04 0.47 0 0.47 295.31 0.31 0.41
Hex 83 48 88 4 2F 0 2F 127 1F 29
Octal 203 110 210 4 57 0 57 447 37 51
Binary 10000011 1001000 10001000 100 101111 0 101111 100100111 11111 101001

Color Harmonies of #834888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834888

Black with #834888

Text Example


Text Example

White with #834888

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #834888; }

 p { color: rgb(131,72,136); }

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

background-color css

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

 a { background-color: rgb(131,72,136); }

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

border-color css

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

 span { border-color: rgb(131,72,136); }

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