Html Css Color HEX #823DB0 Studio

📋 copy color: '#823DB0'

red 130 ◦ green 61 ◦ blue 176

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

Shades of Studio #823DB0

Tints of Studio #823DB0

RGB

 RED value IS 130 (51.17% from 255) = 35.42%

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

 BLUE value IS 176 (69.14% from 255) = 47.96%

R = 35.42%
G = 16.62%
B = 47.96%

CMYK

 C value IS 0.26

 M value IS 0.65

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#823DB0 (or 0x823DB0) is known color: Studio. HEX triplet: 82, 3D and B0. RGB value is (130,61,176). Sum of RGB (Red+Green+Blue) = 130+61+176=367 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.42% from 367); Green value is 61 (24.22% from 255 or 16.62% from 367); Blue value is 176 (69.14% from 255 or 47.96% from 367); Max value from RGB is 176 - color contains mainly: blue. Hex color #823DB0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #823DB0 is #7DC24F. Grayscale: #5E5E5E. Windows color (decimal): -8241744 or 11550082. OLE color: 11550082.

HSL color Cylindrical-coordinate representation of color #823DB0: hue angle of 276º degrees, saturation: 0.49, 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 #823DB0 is Cyan = 0.26, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 130 61 176 -
CMYK 0.26 0.65 0 0.31
HSL 276º 0.49% 0.46% -
HSV(B) 276º 0.65% 0.69% -
XYZ 18.71 11.22 42.25 -
YUV 94.74 173.86 153.15 -
System Red Green Blue C M Y K H S L
Decimal 130 61 176 0.26 0.65 0 0.31 276 0.49 0.46
Hex 82 3D B0 1A 41 0 1F 114 31 2E
Octal 202 75 260 32 101 0 37 424 61 56
Binary 10000010 111101 10110000 11010 1000001 0 11111 100010100 110001 101110

Color Harmonies of #823DB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #823DB0

Black with #823DB0

Text Example


Text Example

White with #823DB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #823DB0; }

 p { color: rgb(130,61,176); }

 H1.HeaderClassName
 {
   color: #823DB0;
 }
 .AnyTagClassName
 {
   color: #823DB0;
 }
</style>

background-color css

<style>
 a { background-color: #823DB0; }

 a { background-color: rgb(130,61,176); }

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

border-color css

<style>
 span { border-color: #823DB0; }

 span { border-color: rgb(130,61,176); }

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