Html Css Color HEX #833AB2 Studio

📋 copy color: '#833AB2'

red 131 ◦ green 58 ◦ blue 178

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

Shades of Studio #833AB2

Tints of Studio #833AB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 48.5%

R = 35.69%
G = 15.8%
B = 48.5%

CMYK

 C value IS 0.26

 M value IS 0.67

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#833AB2 (or 0x833AB2) is known color: Studio. HEX triplet: 83, 3A and B2. RGB value is (131,58,178). Sum of RGB (Red+Green+Blue) = 131+58+178=367 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.69% from 367); Green value is 58 (23.05% from 255 or 15.80% from 367); Blue value is 178 (69.92% from 255 or 48.50% from 367); Max value from RGB is 178 - color contains mainly: blue. Hex color #833AB2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #833AB2 is #7CC54D. Grayscale: #5D5D5D. Windows color (decimal): -8176974 or 11680387. OLE color: 11680387.

HSL color Cylindrical-coordinate representation of color #833AB2: hue angle of 276.5º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #833AB2 is Cyan = 0.26, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 131 58 178 -
CMYK 0.26 0.67 0 0.30
HSL 276.5º 0.51% 0.46% -
HSV(B) 276.5º 0.67% 0.7% -
XYZ 18.91 11.07 43.26 -
YUV 93.51 175.68 154.74 -
System Red Green Blue C M Y K H S L
Decimal 131 58 178 0.26 0.67 0 0.30 276.5 0.51 0.46
Hex 83 3A B2 1A 43 0 1E 114 33 2E
Octal 203 72 262 32 103 0 36 424 63 56
Binary 10000011 111010 10110010 11010 1000011 0 11110 100010100 110011 101110

Color Harmonies of #833AB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #833AB2

Black with #833AB2

Text Example


Text Example

White with #833AB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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