Html Css Color HEX #823FBA Studio

📋 copy color: '#823FBA'

red 130 ◦ green 63 ◦ blue 186

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

Shades of Studio #823FBA

Tints of Studio #823FBA

RGB

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

 GREEN value IS 63 (25% from 255) = 16.62%

 BLUE value IS 186 (73.05% from 255) = 49.08%

R = 34.3%
G = 16.62%
B = 49.08%

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

#823FBA (or 0x823FBA) is known color: Studio. HEX triplet: 82, 3F and BA. RGB value is (130,63,186). Sum of RGB (Red+Green+Blue) = 130+63+186=379 (50% of max value = 765). Red value is 130 (51.17% from 255 or 34.30% from 379); Green value is 63 (25% from 255 or 16.62% from 379); Blue value is 186 (73.05% from 255 or 49.08% from 379); Max value from RGB is 186 - color contains mainly: blue. Hex color #823FBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #823FBA is #7DC045. Grayscale: #606060. Windows color (decimal): -8241222 or 12205954. OLE color: 12205954.

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

Color convert

RGB 130 63 186 -
CMYK 0.30 0.66 0 0.27
HSL 272.68º 0.49% 0.49% -
HSV(B) 272.68º 0.66% 0.73% -
XYZ 19.85 11.85 47.69 -
YUV 97.06 178.2 151.5 -
System Red Green Blue C M Y K H S L
Decimal 130 63 186 0.30 0.66 0 0.27 272.68 0.49 0.49
Hex 82 3F BA 1E 42 0 1B 111 31 31
Octal 202 77 272 36 102 0 33 421 61 61
Binary 10000010 111111 10111010 11110 1000010 0 11011 100010001 110001 110001

Color Harmonies of #823FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #823FBA

Black with #823FBA

Text Example


Text Example

White with #823FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,63,186); }

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

background-color css

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

 a { background-color: rgb(130,63,186); }

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

border-color css

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

 span { border-color: rgb(130,63,186); }

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