Html Css Color HEX #833EA8 Studio

📋 copy color: '#833EA8'

red 131 ◦ green 62 ◦ blue 168

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

Shades of Studio #833EA8

Tints of Studio #833EA8

RGB

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

 GREEN value IS 62 (24.61% from 255) = 17.17%

 BLUE value IS 168 (66.02% from 255) = 46.54%

R = 36.29%
G = 17.17%
B = 46.54%

CMYK

 C value IS 0.22

 M value IS 0.63

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#833EA8 (or 0x833EA8) is known color: Studio. HEX triplet: 83, 3E and A8. RGB value is (131,62,168). Sum of RGB (Red+Green+Blue) = 131+62+168=361 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.29% from 361); Green value is 62 (24.61% from 255 or 17.17% from 361); Blue value is 168 (66.02% from 255 or 46.54% from 361); Max value from RGB is 168 - color contains mainly: blue. Hex color #833EA8 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #833EA8 is #7CC157. Grayscale: #5E5E5E. Windows color (decimal): -8175960 or 11026051. OLE color: 11026051.

HSL color Cylindrical-coordinate representation of color #833EA8: hue angle of 279.06º degrees, saturation: 0.46, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #833EA8 is Cyan = 0.22, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 131 62 168 -
CMYK 0.22 0.63 0 0.34
HSL 279.06º 0.46% 0.45% -
HSV(B) 279.06º 0.63% 0.66% -
XYZ 18.15 11.1 38.23 -
YUV 94.72 169.36 153.88 -
System Red Green Blue C M Y K H S L
Decimal 131 62 168 0.22 0.63 0 0.34 279.06 0.46 0.45
Hex 83 3E A8 16 3F 0 22 117 2E 2D
Octal 203 76 250 26 77 0 42 427 56 55
Binary 10000011 111110 10101000 10110 111111 0 100010 100010111 101110 101101

Color Harmonies of #833EA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #833EA8

Black with #833EA8

Text Example


Text Example

White with #833EA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,62,168); }

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

background-color css

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

 a { background-color: rgb(131,62,168); }

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

border-color css

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

 span { border-color: rgb(131,62,168); }

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