Html Css Color HEX #823BAD Studio

📋 copy color: '#823BAD'

red 130 ◦ green 59 ◦ blue 173

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

Shades of Studio #823BAD

Tints of Studio #823BAD

RGB

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

 GREEN value IS 59 (23.44% from 255) = 16.3%

 BLUE value IS 173 (67.97% from 255) = 47.79%

R = 35.91%
G = 16.3%
B = 47.79%

CMYK

 C value IS 0.25

 M value IS 0.66

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#823BAD (or 0x823BAD) is known color: Studio. HEX triplet: 82, 3B and AD. RGB value is (130,59,173). Sum of RGB (Red+Green+Blue) = 130+59+173=362 (47% of max value = 765). Red value is 130 (51.17% from 255 or 35.91% from 362); Green value is 59 (23.44% from 255 or 16.30% from 362); Blue value is 173 (67.97% from 255 or 47.79% from 362); Max value from RGB is 173 - color contains mainly: blue. Hex color #823BAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #823BAD is #7DC452. Grayscale: #5C5C5C. Windows color (decimal): -8242259 or 11352962. OLE color: 11352962.

HSL color Cylindrical-coordinate representation of color #823BAD: hue angle of 277.37º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #823BAD is Cyan = 0.25, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 130 59 173 -
CMYK 0.25 0.66 0 0.32
HSL 277.37º 0.49% 0.45% -
HSV(B) 277.37º 0.66% 0.68% -
XYZ 18.31 10.89 40.67 -
YUV 93.23 173.02 154.23 -
System Red Green Blue C M Y K H S L
Decimal 130 59 173 0.25 0.66 0 0.32 277.37 0.49 0.45
Hex 82 3B AD 19 42 0 20 115 31 2D
Octal 202 73 255 31 102 0 40 425 61 55
Binary 10000010 111011 10101101 11001 1000010 0 100000 100010101 110001 101101

Color Harmonies of #823BAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #823BAD

Black with #823BAD

Text Example


Text Example

White with #823BAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,59,173); }

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

background-color css

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

 a { background-color: rgb(130,59,173); }

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

border-color css

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

 span { border-color: rgb(130,59,173); }

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