Html Css Color HEX #833DAA Studio

📋 copy color: '#833DAA'

red 131 ◦ green 61 ◦ blue 170

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

Shades of Studio #833DAA

Tints of Studio #833DAA

RGB

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

 GREEN value IS 61 (24.22% from 255) = 16.85%

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

R = 36.19%
G = 16.85%
B = 46.96%

CMYK

 C value IS 0.23

 M value IS 0.64

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#833DAA (or 0x833DAA) is known color: Studio. HEX triplet: 83, 3D and AA. RGB value is (131,61,170). Sum of RGB (Red+Green+Blue) = 131+61+170=362 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.19% from 362); Green value is 61 (24.22% from 255 or 16.85% from 362); Blue value is 170 (66.80% from 255 or 46.96% from 362); Max value from RGB is 170 - color contains mainly: blue. Hex color #833DAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #833DAA is #7CC255. Grayscale: #5D5D5D. Windows color (decimal): -8176214 or 11156867. OLE color: 11156867.

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

Color convert

RGB 131 61 170 -
CMYK 0.23 0.64 0 0.33
HSL 278.53º 0.47% 0.45% -
HSV(B) 278.53º 0.64% 0.67% -
XYZ 18.28 11.07 39.2 -
YUV 94.36 170.69 154.14 -
System Red Green Blue C M Y K H S L
Decimal 131 61 170 0.23 0.64 0 0.33 278.53 0.47 0.45
Hex 83 3D AA 17 40 0 21 117 2F 2D
Octal 203 75 252 27 100 0 41 427 57 55
Binary 10000011 111101 10101010 10111 1000000 0 100001 100010111 101111 101101

Color Harmonies of #833DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #833DAA

Black with #833DAA

Text Example


Text Example

White with #833DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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