Html Css Color HEX #833DAF Studio

📋 copy color: '#833DAF'

red 131 ◦ green 61 ◦ blue 175

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

Shades of Studio #833DAF

Tints of Studio #833DAF

RGB

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

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

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

R = 35.69%
G = 16.62%
B = 47.68%

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

#833DAF (or 0x833DAF) is known color: Studio. HEX triplet: 83, 3D and AF. RGB value is (131,61,175). Sum of RGB (Red+Green+Blue) = 131+61+175=367 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.69% from 367); Green value is 61 (24.22% from 255 or 16.62% from 367); Blue value is 175 (68.75% from 255 or 47.68% from 367); Max value from RGB is 175 - color contains mainly: blue. Hex color #833DAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #833DAF is #7CC250. Grayscale: #5E5E5E. Windows color (decimal): -8176209 or 11484547. OLE color: 11484547.

HSL color Cylindrical-coordinate representation of color #833DAF: hue angle of 276.84º 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 #833DAF is Cyan = 0.25, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 131 61 175 -
CMYK 0.25 0.65 0 0.31
HSL 276.84º 0.48% 0.46% -
HSV(B) 276.84º 0.65% 0.69% -
XYZ 18.77 11.26 41.74 -
YUV 94.93 173.19 153.73 -
System Red Green Blue C M Y K H S L
Decimal 131 61 175 0.25 0.65 0 0.31 276.84 0.48 0.46
Hex 83 3D AF 19 41 0 1F 115 30 2E
Octal 203 75 257 31 101 0 37 425 60 56
Binary 10000011 111101 10101111 11001 1000001 0 11111 100010101 110000 101110

Color Harmonies of #833DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #833DAF

Black with #833DAF

Text Example


Text Example

White with #833DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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