Html Css Color HEX #833FAC Studio

📋 copy color: '#833FAC'

red 131 ◦ green 63 ◦ blue 172

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

Shades of Studio #833FAC

Tints of Studio #833FAC

RGB

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

 GREEN value IS 63 (25% from 255) = 17.21%

 BLUE value IS 172 (67.58% from 255) = 46.99%

R = 35.79%
G = 17.21%
B = 46.99%

CMYK

 C value IS 0.24

 M value IS 0.63

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#833FAC (or 0x833FAC) is known color: Studio. HEX triplet: 83, 3F and AC. RGB value is (131,63,172). Sum of RGB (Red+Green+Blue) = 131+63+172=366 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.79% from 366); Green value is 63 (25% from 255 or 17.21% from 366); Blue value is 172 (67.58% from 255 or 46.99% from 366); Max value from RGB is 172 - color contains mainly: blue. Hex color #833FAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #833FAC is #7CC053. Grayscale: #5F5F5F. Windows color (decimal): -8175700 or 11288451. OLE color: 11288451.

HSL color Cylindrical-coordinate representation of color #833FAC: hue angle of 277.43º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #833FAC is Cyan = 0.24, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 131 63 172 -
CMYK 0.24 0.63 0 0.33
HSL 277.43º 0.46% 0.46% -
HSV(B) 277.43º 0.63% 0.67% -
XYZ 18.58 11.36 40.24 -
YUV 95.76 171.03 153.14 -
System Red Green Blue C M Y K H S L
Decimal 131 63 172 0.24 0.63 0 0.33 277.43 0.46 0.46
Hex 83 3F AC 18 3F 0 21 115 2E 2E
Octal 203 77 254 30 77 0 41 425 56 56
Binary 10000011 111111 10101100 11000 111111 0 100001 100010101 101110 101110

Color Harmonies of #833FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #833FAC

Black with #833FAC

Text Example


Text Example

White with #833FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #833FAC; }

 p { color: rgb(131,63,172); }

 H1.HeaderClassName
 {
   color: #833FAC;
 }
 .AnyTagClassName
 {
   color: #833FAC;
 }
</style>

background-color css

<style>
 a { background-color: #833FAC; }

 a { background-color: rgb(131,63,172); }

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

border-color css

<style>
 span { border-color: #833FAC; }

 span { border-color: rgb(131,63,172); }

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