Html Css Color HEX #823BA8 Studio

📋 copy color: '#823BA8'

red 130 ◦ green 59 ◦ blue 168

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

Shades of Studio #823BA8

Tints of Studio #823BA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 47.06%

R = 36.41%
G = 16.53%
B = 47.06%

CMYK

 C value IS 0.23

 M value IS 0.65

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#823BA8 (or 0x823BA8) is known color: Studio. HEX triplet: 82, 3B and A8. RGB value is (130,59,168). Sum of RGB (Red+Green+Blue) = 130+59+168=357 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.41% from 357); Green value is 59 (23.44% from 255 or 16.53% from 357); Blue value is 168 (66.02% from 255 or 47.06% from 357); Max value from RGB is 168 - color contains mainly: blue. Hex color #823BA8 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #823BA8 is #7DC457. Grayscale: #5C5C5C. Windows color (decimal): -8242264 or 11025282. OLE color: 11025282.

HSL color Cylindrical-coordinate representation of color #823BA8: hue angle of 279.08º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #823BA8 is Cyan = 0.23, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 130 59 168 -
CMYK 0.23 0.65 0 0.34
HSL 279.08º 0.48% 0.45% -
HSV(B) 279.08º 0.65% 0.66% -
XYZ 17.84 10.7 38.17 -
YUV 92.66 170.52 154.64 -
System Red Green Blue C M Y K H S L
Decimal 130 59 168 0.23 0.65 0 0.34 279.08 0.48 0.45
Hex 82 3B A8 17 41 0 22 117 30 2D
Octal 202 73 250 27 101 0 42 427 60 55
Binary 10000010 111011 10101000 10111 1000001 0 100010 100010111 110000 101101

Color Harmonies of #823BA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #823BA8

Black with #823BA8

Text Example


Text Example

White with #823BA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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