Html Css Color HEX #83438A Vivid Violet

📋 copy color: '#83438A'

red 131 ◦ green 67 ◦ blue 138

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

Shades of Vivid Violet #83438A

Tints of Vivid Violet #83438A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 41.07%

R = 38.99%
G = 19.94%
B = 41.07%

CMYK

 C value IS 0.05

 M value IS 0.51

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#83438A (or 0x83438A) is known color: Vivid Violet. HEX triplet: 83, 43 and 8A. RGB value is (131,67,138). Sum of RGB (Red+Green+Blue) = 131+67+138=336 (44% of max value = 765). Red value is 131 (51.56% from 255 or 38.99% from 336); Green value is 67 (26.56% from 255 or 19.94% from 336); Blue value is 138 (54.30% from 255 or 41.07% from 336); Max value from RGB is 138 - color contains mainly: blue. Hex color #83438A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #83438A is #7CBC75. Grayscale: #5E5E5E. Windows color (decimal): -8174710 or 9061251. OLE color: 9061251.

HSL color Cylindrical-coordinate representation of color #83438A: hue angle of 294.08º degrees, saturation: 0.35, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #83438A is Cyan = 0.05, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 131 67 138 -
CMYK 0.05 0.51 0 0.46
HSL 294.08º 0.35% 0.4% -
HSV(B) 294.08º 0.51% 0.54% -
XYZ 15.95 10.67 25.26 -
YUV 94.23 152.7 154.23 -
System Red Green Blue C M Y K H S L
Decimal 131 67 138 0.05 0.51 0 0.46 294.08 0.35 0.4
Hex 83 43 8A 5 33 0 2E 126 23 28
Octal 203 103 212 5 63 0 56 446 43 50
Binary 10000011 1000011 10001010 101 110011 0 101110 100100110 100011 101000

Color Harmonies of #83438A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83438A

Black with #83438A

Text Example


Text Example

White with #83438A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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