Html Css Color HEX #833AAF Studio

📋 copy color: '#833AAF'

red 131 ◦ green 58 ◦ blue 175

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

Shades of Studio #833AAF

Tints of Studio #833AAF

RGB

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

 GREEN value IS 58 (23.05% from 255) = 15.93%

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

R = 35.99%
G = 15.93%
B = 48.08%

CMYK

 C value IS 0.25

 M value IS 0.67

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#833AAF (or 0x833AAF) is known color: Studio. HEX triplet: 83, 3A and AF. RGB value is (131,58,175). Sum of RGB (Red+Green+Blue) = 131+58+175=364 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.99% from 364); Green value is 58 (23.05% from 255 or 15.93% from 364); Blue value is 175 (68.75% from 255 or 48.08% from 364); Max value from RGB is 175 - color contains mainly: blue. Hex color #833AAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #833AAF is #7CC550. Grayscale: #5C5C5C. Windows color (decimal): -8176977 or 11483779. OLE color: 11483779.

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

Color convert

RGB 131 58 175 -
CMYK 0.25 0.67 0 0.31
HSL 277.44º 0.5% 0.46% -
HSV(B) 277.44º 0.67% 0.69% -
XYZ 18.61 10.95 41.69 -
YUV 93.17 174.18 154.99 -
System Red Green Blue C M Y K H S L
Decimal 131 58 175 0.25 0.67 0 0.31 277.44 0.5 0.46
Hex 83 3A AF 19 43 0 1F 115 32 2E
Octal 203 72 257 31 103 0 37 425 62 56
Binary 10000011 111010 10101111 11001 1000011 0 11111 100010101 110010 101110

Color Harmonies of #833AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #833AAF

Black with #833AAF

Text Example


Text Example

White with #833AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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