Html Css Color HEX #823DAB Studio

📋 copy color: '#823DAB'

red 130 ◦ green 61 ◦ blue 171

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

Shades of Studio #823DAB

Tints of Studio #823DAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 47.24%

R = 35.91%
G = 16.85%
B = 47.24%

CMYK

 C value IS 0.24

 M value IS 0.64

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#823DAB (or 0x823DAB) is known color: Studio. HEX triplet: 82, 3D and AB. RGB value is (130,61,171). Sum of RGB (Red+Green+Blue) = 130+61+171=362 (47% of max value = 765). Red value is 130 (51.17% from 255 or 35.91% from 362); Green value is 61 (24.22% from 255 or 16.85% from 362); Blue value is 171 (67.19% from 255 or 47.24% from 362); Max value from RGB is 171 - color contains mainly: blue. Hex color #823DAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #823DAB is #7DC254. Grayscale: #5D5D5D. Windows color (decimal): -8241749 or 11222402. OLE color: 11222402.

HSL color Cylindrical-coordinate representation of color #823DAB: hue angle of 277.64º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #823DAB is Cyan = 0.24, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 130 61 171 -
CMYK 0.24 0.64 0 0.33
HSL 277.64º 0.47% 0.45% -
HSV(B) 277.64º 0.64% 0.67% -
XYZ 18.23 11.02 39.7 -
YUV 94.17 171.36 153.56 -
System Red Green Blue C M Y K H S L
Decimal 130 61 171 0.24 0.64 0 0.33 277.64 0.47 0.45
Hex 82 3D AB 18 40 0 21 116 2F 2D
Octal 202 75 253 30 100 0 41 426 57 55
Binary 10000010 111101 10101011 11000 1000000 0 100001 100010110 101111 101101

Color Harmonies of #823DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #823DAB

Black with #823DAB

Text Example


Text Example

White with #823DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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