Html Css Color HEX #833FAA Studio

📋 copy color: '#833FAA'

red 131 ◦ green 63 ◦ blue 170

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

Shades of Studio #833FAA

Tints of Studio #833FAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 46.7%

R = 35.99%
G = 17.31%
B = 46.7%

CMYK

 C value IS 0.23

 M value IS 0.63

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#833FAA (or 0x833FAA) is known color: Studio. HEX triplet: 83, 3F and AA. RGB value is (131,63,170). Sum of RGB (Red+Green+Blue) = 131+63+170=364 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.99% from 364); Green value is 63 (25% from 255 or 17.31% from 364); Blue value is 170 (66.80% from 255 or 46.70% from 364); Max value from RGB is 170 - color contains mainly: blue. Hex color #833FAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #833FAA is #7CC055. Grayscale: #5F5F5F. Windows color (decimal): -8175702 or 11157379. OLE color: 11157379.

HSL color Cylindrical-coordinate representation of color #833FAA: hue angle of 278.13º 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 #833FAA is Cyan = 0.23, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 131 63 170 -
CMYK 0.23 0.63 0 0.33
HSL 278.13º 0.46% 0.46% -
HSV(B) 278.13º 0.63% 0.67% -
XYZ 18.39 11.28 39.24 -
YUV 95.53 170.03 153.3 -
System Red Green Blue C M Y K H S L
Decimal 131 63 170 0.23 0.63 0 0.33 278.13 0.46 0.46
Hex 83 3F AA 17 3F 0 21 116 2E 2E
Octal 203 77 252 27 77 0 41 426 56 56
Binary 10000011 111111 10101010 10111 111111 0 100001 100010110 101110 101110

Color Harmonies of #833FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #833FAA

Black with #833FAA

Text Example


Text Example

White with #833FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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