Html Css Color HEX #8251B5 Studio

📋 copy color: '#8251B5'

red 130 ◦ green 81 ◦ blue 181

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

Shades of Studio #8251B5

Tints of Studio #8251B5

RGB

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

 GREEN value IS 81 (32.03% from 255) = 20.66%

 BLUE value IS 181 (71.09% from 255) = 46.17%

R = 33.16%
G = 20.66%
B = 46.17%

CMYK

 C value IS 0.28

 M value IS 0.55

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#8251B5 (or 0x8251B5) is known color: Studio. HEX triplet: 82, 51 and B5. RGB value is (130,81,181). Sum of RGB (Red+Green+Blue) = 130+81+181=392 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.16% from 392); Green value is 81 (32.03% from 255 or 20.66% from 392); Blue value is 181 (71.09% from 255 or 46.17% from 392); Max value from RGB is 181 - color contains mainly: blue. Hex color #8251B5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8251B5 is #7DAE4A. Grayscale: #6A6A6A. Windows color (decimal): -8236619 or 11882882. OLE color: 11882882.

HSL color Cylindrical-coordinate representation of color #8251B5: hue angle of 269.4º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8251B5 is Cyan = 0.28, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 130 81 181 -
CMYK 0.28 0.55 0 0.29
HSL 269.4º 0.4% 0.51% -
HSV(B) 269.4º 0.55% 0.71% -
XYZ 20.49 13.97 45.33 -
YUV 107.05 169.73 144.37 -
System Red Green Blue C M Y K H S L
Decimal 130 81 181 0.28 0.55 0 0.29 269.4 0.4 0.51
Hex 82 51 B5 1C 37 0 1D 10D 28 33
Octal 202 121 265 34 67 0 35 415 50 63
Binary 10000010 1010001 10110101 11100 110111 0 11101 100001101 101000 110011

Color Harmonies of #8251B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8251B5

Black with #8251B5

Text Example


Text Example

White with #8251B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8251B5; }

 p { color: rgb(130,81,181); }

 H1.HeaderClassName
 {
   color: #8251B5;
 }
 .AnyTagClassName
 {
   color: #8251B5;
 }
</style>

background-color css

<style>
 a { background-color: #8251B5; }

 a { background-color: rgb(130,81,181); }

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

border-color css

<style>
 span { border-color: #8251B5; }

 span { border-color: rgb(130,81,181); }

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