Html Css Color HEX #8259BF True V

📋 copy color: '#8259BF'

red 130 ◦ green 89 ◦ blue 191

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

Shades of True V #8259BF

Tints of True V #8259BF

RGB

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

 GREEN value IS 89 (35.16% from 255) = 21.71%

 BLUE value IS 191 (75% from 255) = 46.59%

R = 31.71%
G = 21.71%
B = 46.59%

CMYK

 C value IS 0.32

 M value IS 0.53

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8259BF (or 0x8259BF) is known color: True V. HEX triplet: 82, 59 and BF. RGB value is (130,89,191). Sum of RGB (Red+Green+Blue) = 130+89+191=410 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.71% from 410); Green value is 89 (35.16% from 255 or 21.71% from 410); Blue value is 191 (75% from 255 or 46.59% from 410); Max value from RGB is 191 - color contains mainly: blue. Hex color #8259BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8259BF is #7DA640. Grayscale: #707070. Windows color (decimal): -8234561 or 12540290. OLE color: 12540290.

HSL color Cylindrical-coordinate representation of color #8259BF: hue angle of 264.12º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8259BF is Cyan = 0.32, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 130 89 191 -
CMYK 0.32 0.53 0 0.25
HSL 264.12º 0.44% 0.55% -
HSV(B) 264.12º 0.53% 0.75% -
XYZ 22.18 15.65 51.14 -
YUV 112.89 172.08 140.21 -
System Red Green Blue C M Y K H S L
Decimal 130 89 191 0.32 0.53 0 0.25 264.12 0.44 0.55
Hex 82 59 BF 20 35 0 19 108 2C 37
Octal 202 131 277 40 65 0 31 410 54 67
Binary 10000010 1011001 10111111 100000 110101 0 11001 100001000 101100 110111

Color Harmonies of #8259BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8259BF

Black with #8259BF

Text Example


Text Example

White with #8259BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8259BF; }

 p { color: rgb(130,89,191); }

 H1.HeaderClassName
 {
   color: #8259BF;
 }
 .AnyTagClassName
 {
   color: #8259BF;
 }
</style>

background-color css

<style>
 a { background-color: #8259BF; }

 a { background-color: rgb(130,89,191); }

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

border-color css

<style>
 span { border-color: #8259BF; }

 span { border-color: rgb(130,89,191); }

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