Html Css Color HEX #823DAF Studio

📋 copy color: '#823DAF'

red 130 ◦ green 61 ◦ blue 175

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

Shades of Studio #823DAF

Tints of Studio #823DAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 47.81%

R = 35.52%
G = 16.67%
B = 47.81%

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

#823DAF (or 0x823DAF) is known color: Studio. HEX triplet: 82, 3D and AF. RGB value is (130,61,175). Sum of RGB (Red+Green+Blue) = 130+61+175=366 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.52% from 366); Green value is 61 (24.22% from 255 or 16.67% from 366); Blue value is 175 (68.75% from 255 or 47.81% from 366); Max value from RGB is 175 - color contains mainly: blue. Hex color #823DAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #823DAF is #7DC250. Grayscale: #5E5E5E. Windows color (decimal): -8241745 or 11484546. OLE color: 11484546.

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

Color convert

RGB 130 61 175 -
CMYK 0.26 0.65 0 0.31
HSL 276.32º 0.48% 0.46% -
HSV(B) 276.32º 0.65% 0.69% -
XYZ 18.61 11.18 41.73 -
YUV 94.63 173.36 153.23 -
System Red Green Blue C M Y K H S L
Decimal 130 61 175 0.26 0.65 0 0.31 276.32 0.48 0.46
Hex 82 3D AF 1A 41 0 1F 114 30 2E
Octal 202 75 257 32 101 0 37 424 60 56
Binary 10000010 111101 10101111 11010 1000001 0 11111 100010100 110000 101110

Color Harmonies of #823DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #823DAF

Black with #823DAF

Text Example


Text Example

White with #823DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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