Html Css Color HEX #8264BE True V

📋 copy color: '#8264BE'

red 130 ◦ green 100 ◦ blue 190

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

Shades of True V #8264BE

Tints of True V #8264BE

RGB

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

 GREEN value IS 100 (39.45% from 255) = 23.81%

 BLUE value IS 190 (74.61% from 255) = 45.24%

R = 30.95%
G = 23.81%
B = 45.24%

CMYK

 C value IS 0.32

 M value IS 0.47

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8264BE (or 0x8264BE) is known color: True V. HEX triplet: 82, 64 and BE. RGB value is (130,100,190). Sum of RGB (Red+Green+Blue) = 130+100+190=420 (55% of max value = 765). Red value is 130 (51.17% from 255 or 30.95% from 420); Green value is 100 (39.45% from 255 or 23.81% from 420); Blue value is 190 (74.61% from 255 or 45.24% from 420); Max value from RGB is 190 - color contains mainly: blue. Hex color #8264BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8264BE is #7D9B41. Grayscale: #767676. Windows color (decimal): -8231746 or 12477570. OLE color: 12477570.

HSL color Cylindrical-coordinate representation of color #8264BE: hue angle of 260º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8264BE is Cyan = 0.32, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 130 100 190 -
CMYK 0.32 0.47 0 0.25
HSL 260º 0.41% 0.57% -
HSV(B) 260º 0.47% 0.75% -
XYZ 23.06 17.58 50.89 -
YUV 119.23 167.94 135.68 -
System Red Green Blue C M Y K H S L
Decimal 130 100 190 0.32 0.47 0 0.25 260 0.41 0.57
Hex 82 64 BE 20 2F 0 19 104 29 39
Octal 202 144 276 40 57 0 31 404 51 71
Binary 10000010 1100100 10111110 100000 101111 0 11001 100000100 101001 111001

Color Harmonies of #8264BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8264BE

Black with #8264BE

Text Example


Text Example

White with #8264BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8264BE; }

 p { color: rgb(130,100,190); }

 H1.HeaderClassName
 {
   color: #8264BE;
 }
 .AnyTagClassName
 {
   color: #8264BE;
 }
</style>

background-color css

<style>
 a { background-color: #8264BE; }

 a { background-color: rgb(130,100,190); }

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

border-color css

<style>
 span { border-color: #8264BE; }

 span { border-color: rgb(130,100,190); }

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