Html Css Color HEX #833EAF Studio

📋 copy color: '#833EAF'

red 131 ◦ green 62 ◦ blue 175

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

Shades of Studio #833EAF

Tints of Studio #833EAF

RGB

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

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

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

R = 35.6%
G = 16.85%
B = 47.55%

CMYK

 C value IS 0.25

 M value IS 0.65

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#833EAF (or 0x833EAF) is known color: Studio. HEX triplet: 83, 3E and AF. RGB value is (131,62,175). Sum of RGB (Red+Green+Blue) = 131+62+175=368 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.60% from 368); Green value is 62 (24.61% from 255 or 16.85% from 368); Blue value is 175 (68.75% from 255 or 47.55% from 368); Max value from RGB is 175 - color contains mainly: blue. Hex color #833EAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #833EAF is #7CC150. Grayscale: #5F5F5F. Windows color (decimal): -8175953 or 11484803. OLE color: 11484803.

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

Color convert

RGB 131 62 175 -
CMYK 0.25 0.65 0 0.31
HSL 276.64º 0.48% 0.46% -
HSV(B) 276.64º 0.65% 0.69% -
XYZ 18.82 11.37 41.76 -
YUV 95.51 172.86 153.31 -
System Red Green Blue C M Y K H S L
Decimal 131 62 175 0.25 0.65 0 0.31 276.64 0.48 0.46
Hex 83 3E AF 19 41 0 1F 115 30 2E
Octal 203 76 257 31 101 0 37 425 60 56
Binary 10000011 111110 10101111 11001 1000001 0 11111 100010101 110000 101110

Color Harmonies of #833EAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #833EAF

Black with #833EAF

Text Example


Text Example

White with #833EAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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