Html Css Color HEX #83438B Vivid Violet

📋 copy color: '#83438B'

red 131 ◦ green 67 ◦ blue 139

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

Shades of Vivid Violet #83438B

Tints of Vivid Violet #83438B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 41.25%

R = 38.87%
G = 19.88%
B = 41.25%

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

#83438B (or 0x83438B) is known color: Vivid Violet. HEX triplet: 83, 43 and 8B. RGB value is (131,67,139). Sum of RGB (Red+Green+Blue) = 131+67+139=337 (44% of max value = 765). Red value is 131 (51.56% from 255 or 38.87% from 337); Green value is 67 (26.56% from 255 or 19.88% from 337); Blue value is 139 (54.69% from 255 or 41.25% from 337); Max value from RGB is 139 - color contains mainly: blue. Hex color #83438B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #83438B is #7CBC74. Grayscale: #5E5E5E. Windows color (decimal): -8174709 or 9126787. OLE color: 9126787.

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

Color convert

RGB 131 67 139 -
CMYK 0.06 0.52 0 0.45
HSL 293.33º 0.35% 0.4% -
HSV(B) 293.33º 0.52% 0.55% -
XYZ 16.03 10.7 25.65 -
YUV 94.34 153.2 154.15 -
System Red Green Blue C M Y K H S L
Decimal 131 67 139 0.06 0.52 0 0.45 293.33 0.35 0.4
Hex 83 43 8B 6 34 0 2D 125 23 28
Octal 203 103 213 6 64 0 55 445 43 50
Binary 10000011 1000011 10001011 110 110100 0 101101 100100101 100011 101000

Color Harmonies of #83438B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83438B

Black with #83438B

Text Example


Text Example

White with #83438B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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