Html Css Color HEX #8261BB True V

📋 copy color: '#8261BB'

red 130 ◦ green 97 ◦ blue 187

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

Shades of True V #8261BB

Tints of True V #8261BB

RGB

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

 GREEN value IS 97 (38.28% from 255) = 23.43%

 BLUE value IS 187 (73.44% from 255) = 45.17%

R = 31.4%
G = 23.43%
B = 45.17%

CMYK

 C value IS 0.30

 M value IS 0.48

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8261BB (or 0x8261BB) is known color: True V. HEX triplet: 82, 61 and BB. RGB value is (130,97,187). Sum of RGB (Red+Green+Blue) = 130+97+187=414 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.40% from 414); Green value is 97 (38.28% from 255 or 23.43% from 414); Blue value is 187 (73.44% from 255 or 45.17% from 414); Max value from RGB is 187 - color contains mainly: blue. Hex color #8261BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8261BB is #7D9E44. Grayscale: #747474. Windows color (decimal): -8232517 or 12280194. OLE color: 12280194.

HSL color Cylindrical-coordinate representation of color #8261BB: hue angle of 262º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8261BB is Cyan = 0.30, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 130 97 187 -
CMYK 0.30 0.48 0 0.27
HSL 262º 0.4% 0.56% -
HSV(B) 262º 0.48% 0.73% -
XYZ 22.45 16.88 49.09 -
YUV 117.13 167.43 137.18 -
System Red Green Blue C M Y K H S L
Decimal 130 97 187 0.30 0.48 0 0.27 262 0.4 0.56
Hex 82 61 BB 1E 30 0 1B 106 28 38
Octal 202 141 273 36 60 0 33 406 50 70
Binary 10000010 1100001 10111011 11110 110000 0 11011 100000110 101000 111000

Color Harmonies of #8261BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8261BB

Black with #8261BB

Text Example


Text Example

White with #8261BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8261BB; }

 p { color: rgb(130,97,187); }

 H1.HeaderClassName
 {
   color: #8261BB;
 }
 .AnyTagClassName
 {
   color: #8261BB;
 }
</style>

background-color css

<style>
 a { background-color: #8261BB; }

 a { background-color: rgb(130,97,187); }

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

border-color css

<style>
 span { border-color: #8261BB; }

 span { border-color: rgb(130,97,187); }

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