Html Css Color HEX #8461BF True V

📋 copy color: '#8461BF'

red 132 ◦ green 97 ◦ blue 191

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

Shades of True V #8461BF

Tints of True V #8461BF

RGB

 RED value IS 132 (51.95% from 255) = 31.43%

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

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

R = 31.43%
G = 23.1%
B = 45.48%

CMYK

 C value IS 0.31

 M value IS 0.49

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8461BF (or 0x8461BF) is known color: True V. HEX triplet: 84, 61 and BF. RGB value is (132,97,191). Sum of RGB (Red+Green+Blue) = 132+97+191=420 (55% of max value = 765). Red value is 132 (51.95% from 255 or 31.43% from 420); Green value is 97 (38.28% from 255 or 23.10% from 420); Blue value is 191 (75% from 255 or 45.48% from 420); Max value from RGB is 191 - color contains mainly: blue. Hex color #8461BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8461BF is #7B9E40. Grayscale: #757575. Windows color (decimal): -8101441 or 12542340. OLE color: 12542340.

HSL color Cylindrical-coordinate representation of color #8461BF: hue angle of 262.34º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8461BF is Cyan = 0.31, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 132 97 191 -
CMYK 0.31 0.49 0 0.25
HSL 262.34º 0.42% 0.56% -
HSV(B) 262.34º 0.49% 0.75% -
XYZ 23.19 17.22 51.39 -
YUV 118.18 169.1 137.86 -
System Red Green Blue C M Y K H S L
Decimal 132 97 191 0.31 0.49 0 0.25 262.34 0.42 0.56
Hex 84 61 BF 1F 31 0 19 106 2A 38
Octal 204 141 277 37 61 0 31 406 52 70
Binary 10000100 1100001 10111111 11111 110001 0 11001 100000110 101010 111000

Color Harmonies of #8461BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8461BF

Black with #8461BF

Text Example


Text Example

White with #8461BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,97,191); }

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

background-color css

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

 a { background-color: rgb(132,97,191); }

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

border-color css

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

 span { border-color: rgb(132,97,191); }

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