Html Css Color HEX #833BAC Studio

📋 copy color: '#833BAC'

red 131 ◦ green 59 ◦ blue 172

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

Shades of Studio #833BAC

Tints of Studio #833BAC

RGB

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

 GREEN value IS 59 (23.44% from 255) = 16.3%

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

R = 36.19%
G = 16.3%
B = 47.51%

CMYK

 C value IS 0.24

 M value IS 0.66

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#833BAC (or 0x833BAC) is known color: Studio. HEX triplet: 83, 3B and AC. RGB value is (131,59,172). Sum of RGB (Red+Green+Blue) = 131+59+172=362 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.19% from 362); Green value is 59 (23.44% from 255 or 16.30% from 362); Blue value is 172 (67.58% from 255 or 47.51% from 362); Max value from RGB is 172 - color contains mainly: blue. Hex color #833BAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #833BAC is #7CC453. Grayscale: #5D5D5D. Windows color (decimal): -8176724 or 11287427. OLE color: 11287427.

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

Color convert

RGB 131 59 172 -
CMYK 0.24 0.66 0 0.33
HSL 278.23º 0.49% 0.45% -
HSV(B) 278.23º 0.66% 0.67% -
XYZ 18.37 10.93 40.17 -
YUV 93.41 172.35 154.81 -
System Red Green Blue C M Y K H S L
Decimal 131 59 172 0.24 0.66 0 0.33 278.23 0.49 0.45
Hex 83 3B AC 18 42 0 21 116 31 2D
Octal 203 73 254 30 102 0 41 426 61 55
Binary 10000011 111011 10101100 11000 1000010 0 100001 100010110 110001 101101

Color Harmonies of #833BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #833BAC

Black with #833BAC

Text Example


Text Example

White with #833BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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