Html Css Color HEX #824BB6 Studio

📋 copy color: '#824BB6'

red 130 ◦ green 75 ◦ blue 182

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

Shades of Studio #824BB6

Tints of Studio #824BB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 47.03%

R = 33.59%
G = 19.38%
B = 47.03%

CMYK

 C value IS 0.29

 M value IS 0.59

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#824BB6 (or 0x824BB6) is known color: Studio. HEX triplet: 82, 4B and B6. RGB value is (130,75,182). Sum of RGB (Red+Green+Blue) = 130+75+182=387 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.59% from 387); Green value is 75 (29.69% from 255 or 19.38% from 387); Blue value is 182 (71.48% from 255 or 47.03% from 387); Max value from RGB is 182 - color contains mainly: blue. Hex color #824BB6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #824BB6 is #7DB449. Grayscale: #676767. Windows color (decimal): -8238154 or 11946882. OLE color: 11946882.

HSL color Cylindrical-coordinate representation of color #824BB6: hue angle of 270.84º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #824BB6 is Cyan = 0.29, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 130 75 182 -
CMYK 0.29 0.59 0 0.29
HSL 270.84º 0.42% 0.5% -
HSV(B) 270.84º 0.59% 0.71% -
XYZ 20.17 13.16 45.73 -
YUV 103.64 172.22 146.8 -
System Red Green Blue C M Y K H S L
Decimal 130 75 182 0.29 0.59 0 0.29 270.84 0.42 0.5
Hex 82 4B B6 1D 3B 0 1D 10F 2A 32
Octal 202 113 266 35 73 0 35 417 52 62
Binary 10000010 1001011 10110110 11101 111011 0 11101 100001111 101010 110010

Color Harmonies of #824BB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824BB6

Black with #824BB6

Text Example


Text Example

White with #824BB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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