Html Css Color HEX #824BAF Studio

📋 copy color: '#824BAF'

red 130 ◦ green 75 ◦ blue 175

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

Shades of Studio #824BAF

Tints of Studio #824BAF

RGB

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

 GREEN value IS 75 (29.69% from 255) = 19.74%

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

R = 34.21%
G = 19.74%
B = 46.05%

CMYK

 C value IS 0.26

 M value IS 0.57

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#824BAF (or 0x824BAF) is known color: Studio. HEX triplet: 82, 4B and AF. RGB value is (130,75,175). Sum of RGB (Red+Green+Blue) = 130+75+175=380 (50% of max value = 765). Red value is 130 (51.17% from 255 or 34.21% from 380); Green value is 75 (29.69% from 255 or 19.74% from 380); Blue value is 175 (68.75% from 255 or 46.05% from 380); Max value from RGB is 175 - color contains mainly: blue. Hex color #824BAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #824BAF is #7DB450. Grayscale: #666666. Windows color (decimal): -8238161 or 11488130. OLE color: 11488130.

HSL color Cylindrical-coordinate representation of color #824BAF: hue angle of 273º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #824BAF is Cyan = 0.26, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 130 75 175 -
CMYK 0.26 0.57 0 0.31
HSL 273º 0.4% 0.49% -
HSV(B) 273º 0.57% 0.69% -
XYZ 19.46 12.87 42.02 -
YUV 102.85 168.72 147.37 -
System Red Green Blue C M Y K H S L
Decimal 130 75 175 0.26 0.57 0 0.31 273 0.4 0.49
Hex 82 4B AF 1A 39 0 1F 111 28 31
Octal 202 113 257 32 71 0 37 421 50 61
Binary 10000010 1001011 10101111 11010 111001 0 11111 100010001 101000 110001

Color Harmonies of #824BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824BAF

Black with #824BAF

Text Example


Text Example

White with #824BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824BAF; }

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

 H1.HeaderClassName
 {
   color: #824BAF;
 }
 .AnyTagClassName
 {
   color: #824BAF;
 }
</style>

background-color css

<style>
 a { background-color: #824BAF; }

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

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

border-color css

<style>
 span { border-color: #824BAF; }

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

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