Html Css Color HEX #83438C Vivid Violet

📋 copy color: '#83438C'

red 131 ◦ green 67 ◦ blue 140

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

Shades of Vivid Violet #83438C

Tints of Vivid Violet #83438C

RGB

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

 GREEN value IS 67 (26.56% from 255) = 19.82%

 BLUE value IS 140 (55.08% from 255) = 41.42%

R = 38.76%
G = 19.82%
B = 41.42%

CMYK

 C value IS 0.06

 M value IS 0.52

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#83438C (or 0x83438C) is known color: Vivid Violet. HEX triplet: 83, 43 and 8C. RGB value is (131,67,140). Sum of RGB (Red+Green+Blue) = 131+67+140=338 (44% of max value = 765). Red value is 131 (51.56% from 255 or 38.76% from 338); Green value is 67 (26.56% from 255 or 19.82% from 338); Blue value is 140 (55.08% from 255 or 41.42% from 338); Max value from RGB is 140 - color contains mainly: blue. Hex color #83438C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #83438C is #7CBC73. Grayscale: #5E5E5E. Windows color (decimal): -8174708 or 9192323. OLE color: 9192323.

HSL color Cylindrical-coordinate representation of color #83438C: hue angle of 292.6º degrees, saturation: 0.35, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #83438C is Cyan = 0.06, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 131 67 140 -
CMYK 0.06 0.52 0 0.45
HSL 292.6º 0.35% 0.41% -
HSV(B) 292.6º 0.52% 0.55% -
XYZ 16.1 10.73 26.03 -
YUV 94.46 153.7 154.06 -
System Red Green Blue C M Y K H S L
Decimal 131 67 140 0.06 0.52 0 0.45 292.6 0.35 0.41
Hex 83 43 8C 6 34 0 2D 125 23 29
Octal 203 103 214 6 64 0 55 445 43 51
Binary 10000011 1000011 10001100 110 110100 0 101101 100100101 100011 101001

Color Harmonies of #83438C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83438C

Black with #83438C

Text Example


Text Example

White with #83438C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83438C; }

 p { color: rgb(131,67,140); }

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

background-color css

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

 a { background-color: rgb(131,67,140); }

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

border-color css

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

 span { border-color: rgb(131,67,140); }

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