Html Css Color HEX #823EB9 Studio

📋 copy color: '#823EB9'

red 130 ◦ green 62 ◦ blue 185

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

Shades of Studio #823EB9

Tints of Studio #823EB9

RGB

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

 GREEN value IS 62 (24.61% from 255) = 16.45%

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

R = 34.48%
G = 16.45%
B = 49.07%

CMYK

 C value IS 0.30

 M value IS 0.66

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#823EB9 (or 0x823EB9) is known color: Studio. HEX triplet: 82, 3E and B9. RGB value is (130,62,185). Sum of RGB (Red+Green+Blue) = 130+62+185=377 (49% of max value = 765). Red value is 130 (51.17% from 255 or 34.48% from 377); Green value is 62 (24.61% from 255 or 16.45% from 377); Blue value is 185 (72.66% from 255 or 49.07% from 377); Max value from RGB is 185 - color contains mainly: blue. Hex color #823EB9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #823EB9 is #7DC146. Grayscale: #5F5F5F. Windows color (decimal): -8241479 or 12140162. OLE color: 12140162.

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

Color convert

RGB 130 62 185 -
CMYK 0.30 0.66 0 0.27
HSL 273.17º 0.5% 0.48% -
HSV(B) 273.17º 0.66% 0.73% -
XYZ 19.69 11.69 47.12 -
YUV 96.35 178.03 152 -
System Red Green Blue C M Y K H S L
Decimal 130 62 185 0.30 0.66 0 0.27 273.17 0.5 0.48
Hex 82 3E B9 1E 42 0 1B 111 32 30
Octal 202 76 271 36 102 0 33 421 62 60
Binary 10000010 111110 10111001 11110 1000010 0 11011 100010001 110010 110000

Color Harmonies of #823EB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #823EB9

Black with #823EB9

Text Example


Text Example

White with #823EB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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