Html Css Color HEX #834185 Vivid Violet

📋 copy color: '#834185'

red 131 ◦ green 65 ◦ blue 133

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

Shades of Vivid Violet #834185

Tints of Vivid Violet #834185

RGB

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

 GREEN value IS 65 (25.78% from 255) = 19.76%

 BLUE value IS 133 (52.34% from 255) = 40.43%

R = 39.82%
G = 19.76%
B = 40.43%

CMYK

 C value IS 0.02

 M value IS 0.51

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#834185 (or 0x834185) is known color: Vivid Violet. HEX triplet: 83, 41 and 85. RGB value is (131,65,133). Sum of RGB (Red+Green+Blue) = 131+65+133=329 (43% of max value = 765). Red value is 131 (51.56% from 255 or 39.82% from 329); Green value is 65 (25.78% from 255 or 19.76% from 329); Blue value is 133 (52.34% from 255 or 40.43% from 329); Max value from RGB is 133 - color contains mainly: blue. Hex color #834185 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #834185 is #7CBE7A. Grayscale: #5C5C5C. Windows color (decimal): -8175227 or 8733059. OLE color: 8733059.

HSL color Cylindrical-coordinate representation of color #834185: hue angle of 298.24º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #834185 is Cyan = 0.02, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 131 65 133 -
CMYK 0.02 0.51 0 0.48
HSL 298.24º 0.34% 0.39% -
HSV(B) 298.24º 0.51% 0.52% -
XYZ 15.48 10.3 23.36 -
YUV 92.49 150.87 155.47 -
System Red Green Blue C M Y K H S L
Decimal 131 65 133 0.02 0.51 0 0.48 298.24 0.34 0.39
Hex 83 41 85 2 33 0 30 12A 22 27
Octal 203 101 205 2 63 0 60 452 42 47
Binary 10000011 1000001 10000101 10 110011 0 110000 100101010 100010 100111

Color Harmonies of #834185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834185

Black with #834185

Text Example


Text Example

White with #834185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #834185; }

 p { color: rgb(131,65,133); }

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

background-color css

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

 a { background-color: rgb(131,65,133); }

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

border-color css

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

 span { border-color: rgb(131,65,133); }

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