Html Css Color HEX #833395 Vivid Violet

📋 copy color: '#833395'

red 131 ◦ green 51 ◦ blue 149

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

Shades of Vivid Violet #833395

Tints of Vivid Violet #833395

RGB

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

 GREEN value IS 51 (20.31% from 255) = 15.41%

 BLUE value IS 149 (58.59% from 255) = 45.02%

R = 39.58%
G = 15.41%
B = 45.02%

CMYK

 C value IS 0.12

 M value IS 0.66

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#833395 (or 0x833395) is known color: Vivid Violet. HEX triplet: 83, 33 and 95. RGB value is (131,51,149). Sum of RGB (Red+Green+Blue) = 131+51+149=331 (43% of max value = 765). Red value is 131 (51.56% from 255 or 39.58% from 331); Green value is 51 (20.31% from 255 or 15.41% from 331); Blue value is 149 (58.59% from 255 or 45.02% from 331); Max value from RGB is 149 - color contains mainly: blue. Hex color #833395 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #833395 is #7CCC6A. Grayscale: #555555. Windows color (decimal): -8178795 or 9778051. OLE color: 9778051.

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

Color convert

RGB 131 51 149 -
CMYK 0.12 0.66 0 0.42
HSL 288.98º 0.49% 0.39% -
HSV(B) 288.98º 0.66% 0.58% -
XYZ 15.97 9.36 29.4 -
YUV 86.09 163.5 160.03 -
System Red Green Blue C M Y K H S L
Decimal 131 51 149 0.12 0.66 0 0.42 288.98 0.49 0.39
Hex 83 33 95 C 42 0 2A 121 31 27
Octal 203 63 225 14 102 0 52 441 61 47
Binary 10000011 110011 10010101 1100 1000010 0 101010 100100001 110001 100111

Color Harmonies of #833395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #833395

Black with #833395

Text Example


Text Example

White with #833395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #833395; }

 p { color: rgb(131,51,149); }

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

background-color css

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

 a { background-color: rgb(131,51,149); }

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

border-color css

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

 span { border-color: rgb(131,51,149); }

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