Html Css Color HEX #833BAF Studio

📋 copy color: '#833BAF'

red 131 ◦ green 59 ◦ blue 175

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

Shades of Studio #833BAF

Tints of Studio #833BAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 47.95%

R = 35.89%
G = 16.16%
B = 47.95%

CMYK

 C value IS 0.25

 M value IS 0.66

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#833BAF (or 0x833BAF) is known color: Studio. HEX triplet: 83, 3B and AF. RGB value is (131,59,175). Sum of RGB (Red+Green+Blue) = 131+59+175=365 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.89% from 365); Green value is 59 (23.44% from 255 or 16.16% from 365); Blue value is 175 (68.75% from 255 or 47.95% from 365); Max value from RGB is 175 - color contains mainly: blue. Hex color #833BAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #833BAF is #7CC450. Grayscale: #5D5D5D. Windows color (decimal): -8176721 or 11484035. OLE color: 11484035.

HSL color Cylindrical-coordinate representation of color #833BAF: hue angle of 277.24º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #833BAF is Cyan = 0.25, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 131 59 175 -
CMYK 0.25 0.66 0 0.31
HSL 277.24º 0.5% 0.46% -
HSV(B) 277.24º 0.66% 0.69% -
XYZ 18.66 11.05 41.71 -
YUV 93.75 173.85 154.57 -
System Red Green Blue C M Y K H S L
Decimal 131 59 175 0.25 0.66 0 0.31 277.24 0.5 0.46
Hex 83 3B AF 19 42 0 1F 115 32 2E
Octal 203 73 257 31 102 0 37 425 62 56
Binary 10000011 111011 10101111 11001 1000010 0 11111 100010101 110010 101110

Color Harmonies of #833BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #833BAF

Black with #833BAF

Text Example


Text Example

White with #833BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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