Html Css Color HEX #8258AB Studio

📋 copy color: '#8258AB'

red 130 ◦ green 88 ◦ blue 171

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

Shades of Studio #8258AB

Tints of Studio #8258AB

RGB

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

 GREEN value IS 88 (34.77% from 255) = 22.62%

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

R = 33.42%
G = 22.62%
B = 43.96%

CMYK

 C value IS 0.24

 M value IS 0.49

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8258AB (or 0x8258AB) is known color: Studio. HEX triplet: 82, 58 and AB. RGB value is (130,88,171). Sum of RGB (Red+Green+Blue) = 130+88+171=389 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.42% from 389); Green value is 88 (34.77% from 255 or 22.62% from 389); Blue value is 171 (67.19% from 255 or 43.96% from 389); Max value from RGB is 171 - color contains mainly: blue. Hex color #8258AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8258AB is #7DA754. Grayscale: #6D6D6D. Windows color (decimal): -8234837 or 11229314. OLE color: 11229314.

HSL color Cylindrical-coordinate representation of color #8258AB: hue angle of 270.36º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8258AB is Cyan = 0.24, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 130 88 171 -
CMYK 0.24 0.49 0 0.33
HSL 270.36º 0.33% 0.51% -
HSV(B) 270.36º 0.49% 0.67% -
XYZ 20.05 14.67 40.3 -
YUV 110.02 162.41 142.25 -
System Red Green Blue C M Y K H S L
Decimal 130 88 171 0.24 0.49 0 0.33 270.36 0.33 0.51
Hex 82 58 AB 18 31 0 21 10E 21 33
Octal 202 130 253 30 61 0 41 416 41 63
Binary 10000010 1011000 10101011 11000 110001 0 100001 100001110 100001 110011

Color Harmonies of #8258AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8258AB

Black with #8258AB

Text Example


Text Example

White with #8258AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8258AB; }

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

 H1.HeaderClassName
 {
   color: #8258AB;
 }
 .AnyTagClassName
 {
   color: #8258AB;
 }
</style>

background-color css

<style>
 a { background-color: #8258AB; }

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

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

border-color css

<style>
 span { border-color: #8258AB; }

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

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