Html Css Color HEX #833DB3 Studio

📋 copy color: '#833DB3'

red 131 ◦ green 61 ◦ blue 179

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

Shades of Studio #833DB3

Tints of Studio #833DB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 48.25%

R = 35.31%
G = 16.44%
B = 48.25%

CMYK

 C value IS 0.27

 M value IS 0.66

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#833DB3 (or 0x833DB3) is known color: Studio. HEX triplet: 83, 3D and B3. RGB value is (131,61,179). Sum of RGB (Red+Green+Blue) = 131+61+179=371 (49% of max value = 765). Red value is 131 (51.56% from 255 or 35.31% from 371); Green value is 61 (24.22% from 255 or 16.44% from 371); Blue value is 179 (70.31% from 255 or 48.25% from 371); Max value from RGB is 179 - color contains mainly: blue. Hex color #833DB3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #833DB3 is #7CC24C. Grayscale: #5E5E5E. Windows color (decimal): -8176205 or 11746691. OLE color: 11746691.

HSL color Cylindrical-coordinate representation of color #833DB3: hue angle of 275.59º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #833DB3 is Cyan = 0.27, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 131 61 179 -
CMYK 0.27 0.66 0 0.30
HSL 275.59º 0.49% 0.47% -
HSV(B) 275.59º 0.66% 0.7% -
XYZ 19.17 11.42 43.84 -
YUV 95.38 175.19 153.41 -
System Red Green Blue C M Y K H S L
Decimal 131 61 179 0.27 0.66 0 0.30 275.59 0.49 0.47
Hex 83 3D B3 1B 42 0 1E 114 31 2F
Octal 203 75 263 33 102 0 36 424 61 57
Binary 10000011 111101 10110011 11011 1000010 0 11110 100010100 110001 101111

Color Harmonies of #833DB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #833DB3

Black with #833DB3

Text Example


Text Example

White with #833DB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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