Html Css Color HEX #83448C Vivid Violet

📋 copy color: '#83448C'

red 131 ◦ green 68 ◦ blue 140

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

Shades of Vivid Violet #83448C

Tints of Vivid Violet #83448C

RGB

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

 GREEN value IS 68 (26.95% from 255) = 20.06%

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

R = 38.64%
G = 20.06%
B = 41.3%

CMYK

 C value IS 0.06

 M value IS 0.51

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#83448C (or 0x83448C) is known color: Vivid Violet. HEX triplet: 83, 44 and 8C. RGB value is (131,68,140). Sum of RGB (Red+Green+Blue) = 131+68+140=339 (44% of max value = 765). Red value is 131 (51.56% from 255 or 38.64% from 339); Green value is 68 (26.95% from 255 or 20.06% from 339); Blue value is 140 (55.08% from 255 or 41.30% from 339); Max value from RGB is 140 - color contains mainly: blue. Hex color #83448C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #83448C is #7CBB73. Grayscale: #5E5E5E. Windows color (decimal): -8174452 or 9192579. OLE color: 9192579.

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

Color convert

RGB 131 68 140 -
CMYK 0.06 0.51 0 0.45
HSL 292.5º 0.35% 0.41% -
HSV(B) 292.5º 0.51% 0.55% -
XYZ 16.16 10.85 26.05 -
YUV 95.05 153.37 153.65 -
System Red Green Blue C M Y K H S L
Decimal 131 68 140 0.06 0.51 0 0.45 292.5 0.35 0.41
Hex 83 44 8C 6 33 0 2D 124 23 29
Octal 203 104 214 6 63 0 55 444 43 51
Binary 10000011 1000100 10001100 110 110011 0 101101 100100100 100011 101001

Color Harmonies of #83448C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83448C

Black with #83448C

Text Example


Text Example

White with #83448C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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