Html Css Color HEX #823DB9 Studio

📋 copy color: '#823DB9'

red 130 ◦ green 61 ◦ blue 185

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

Shades of Studio #823DB9

Tints of Studio #823DB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 49.2%

R = 34.57%
G = 16.22%
B = 49.2%

CMYK

 C value IS 0.30

 M value IS 0.67

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#823DB9 (or 0x823DB9) is known color: Studio. HEX triplet: 82, 3D and B9. RGB value is (130,61,185). Sum of RGB (Red+Green+Blue) = 130+61+185=376 (49% of max value = 765). Red value is 130 (51.17% from 255 or 34.57% from 376); Green value is 61 (24.22% from 255 or 16.22% from 376); Blue value is 185 (72.66% from 255 or 49.20% from 376); Max value from RGB is 185 - color contains mainly: blue. Hex color #823DB9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #823DB9 is #7DC246. Grayscale: #5F5F5F. Windows color (decimal): -8241735 or 12139906. OLE color: 12139906.

HSL color Cylindrical-coordinate representation of color #823DB9: hue angle of 273.39º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #823DB9 is Cyan = 0.30, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 130 61 185 -
CMYK 0.30 0.67 0 0.27
HSL 273.39º 0.5% 0.48% -
HSV(B) 273.39º 0.67% 0.73% -
XYZ 19.63 11.59 47.1 -
YUV 95.77 178.36 152.42 -
System Red Green Blue C M Y K H S L
Decimal 130 61 185 0.30 0.67 0 0.27 273.39 0.5 0.48
Hex 82 3D B9 1E 43 0 1B 111 32 30
Octal 202 75 271 36 103 0 33 421 62 60
Binary 10000010 111101 10111001 11110 1000011 0 11011 100010001 110010 110000

Color Harmonies of #823DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #823DB9

Black with #823DB9

Text Example


Text Example

White with #823DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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