Html Css Color HEX #83489F Studio

📋 copy color: '#83489F'

red 131 ◦ green 72 ◦ blue 159

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

Shades of Studio #83489F

Tints of Studio #83489F

RGB

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

 GREEN value IS 72 (28.52% from 255) = 19.89%

 BLUE value IS 159 (62.5% from 255) = 43.92%

R = 36.19%
G = 19.89%
B = 43.92%

CMYK

 C value IS 0.18

 M value IS 0.55

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#83489F (or 0x83489F) is known color: Studio. HEX triplet: 83, 48 and 9F. RGB value is (131,72,159). Sum of RGB (Red+Green+Blue) = 131+72+159=362 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.19% from 362); Green value is 72 (28.52% from 255 or 19.89% from 362); Blue value is 159 (62.5% from 255 or 43.92% from 362); Max value from RGB is 159 - color contains mainly: blue. Hex color #83489F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #83489F is #7CB760. Grayscale: #636363. Windows color (decimal): -8173409 or 10438787. OLE color: 10438787.

HSL color Cylindrical-coordinate representation of color #83489F: hue angle of 280.69º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #83489F is Cyan = 0.18, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 131 72 159 -
CMYK 0.18 0.55 0 0.38
HSL 280.69º 0.38% 0.45% -
HSV(B) 280.69º 0.55% 0.62% -
XYZ 17.94 11.96 34.16 -
YUV 99.56 161.55 150.43 -
System Red Green Blue C M Y K H S L
Decimal 131 72 159 0.18 0.55 0 0.38 280.69 0.38 0.45
Hex 83 48 9F 12 37 0 26 119 26 2D
Octal 203 110 237 22 67 0 46 431 46 55
Binary 10000011 1001000 10011111 10010 110111 0 100110 100011001 100110 101101

Color Harmonies of #83489F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83489F

Black with #83489F

Text Example


Text Example

White with #83489F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83489F; }

 p { color: rgb(131,72,159); }

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

background-color css

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

 a { background-color: rgb(131,72,159); }

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

border-color css

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

 span { border-color: rgb(131,72,159); }

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