Html Css Color HEX #8258B1 Studio

📋 copy color: '#8258B1'

red 130 ◦ green 88 ◦ blue 177

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

Shades of Studio #8258B1

Tints of Studio #8258B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 44.81%

R = 32.91%
G = 22.28%
B = 44.81%

CMYK

 C value IS 0.27

 M value IS 0.50

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#8258B1 (or 0x8258B1) is known color: Studio. HEX triplet: 82, 58 and B1. RGB value is (130,88,177). Sum of RGB (Red+Green+Blue) = 130+88+177=395 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.91% from 395); Green value is 88 (34.77% from 255 or 22.28% from 395); Blue value is 177 (69.53% from 255 or 44.81% from 395); Max value from RGB is 177 - color contains mainly: blue. Hex color #8258B1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8258B1 is #7DA74E. Grayscale: #6E6E6E. Windows color (decimal): -8234831 or 11622530. OLE color: 11622530.

HSL color Cylindrical-coordinate representation of color #8258B1: hue angle of 268.31º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8258B1 is Cyan = 0.27, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 130 88 177 -
CMYK 0.27 0.50 0 0.31
HSL 268.31º 0.36% 0.52% -
HSV(B) 268.31º 0.5% 0.69% -
XYZ 20.63 14.9 43.38 -
YUV 110.7 165.41 141.76 -
System Red Green Blue C M Y K H S L
Decimal 130 88 177 0.27 0.50 0 0.31 268.31 0.36 0.52
Hex 82 58 B1 1B 32 0 1F 10C 24 34
Octal 202 130 261 33 62 0 37 414 44 64
Binary 10000010 1011000 10110001 11011 110010 0 11111 100001100 100100 110100

Color Harmonies of #8258B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8258B1

Black with #8258B1

Text Example


Text Example

White with #8258B1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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