Html Css Color HEX #833CAA Studio

📋 copy color: '#833CAA'

red 131 ◦ green 60 ◦ blue 170

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

Shades of Studio #833CAA

Tints of Studio #833CAA

RGB

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

 GREEN value IS 60 (23.83% from 255) = 16.62%

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

R = 36.29%
G = 16.62%
B = 47.09%

CMYK

 C value IS 0.23

 M value IS 0.65

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#833CAA (or 0x833CAA) is known color: Studio. HEX triplet: 83, 3C and AA. RGB value is (131,60,170). Sum of RGB (Red+Green+Blue) = 131+60+170=361 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.29% from 361); Green value is 60 (23.83% from 255 or 16.62% from 361); Blue value is 170 (66.80% from 255 or 47.09% from 361); Max value from RGB is 170 - color contains mainly: blue. Hex color #833CAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #833CAA is #7CC355. Grayscale: #5D5D5D. Windows color (decimal): -8176470 or 11156611. OLE color: 11156611.

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

Color convert

RGB 131 60 170 -
CMYK 0.23 0.65 0 0.33
HSL 278.73º 0.48% 0.45% -
HSV(B) 278.73º 0.65% 0.67% -
XYZ 18.23 10.96 39.18 -
YUV 93.77 171.02 154.56 -
System Red Green Blue C M Y K H S L
Decimal 131 60 170 0.23 0.65 0 0.33 278.73 0.48 0.45
Hex 83 3C AA 17 41 0 21 117 30 2D
Octal 203 74 252 27 101 0 41 427 60 55
Binary 10000011 111100 10101010 10111 1000001 0 100001 100010111 110000 101101

Color Harmonies of #833CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #833CAA

Black with #833CAA

Text Example


Text Example

White with #833CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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