Html Css Color HEX #8362BF True V

📋 copy color: '#8362BF'

red 131 ◦ green 98 ◦ blue 191

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

Shades of True V #8362BF

Tints of True V #8362BF

RGB

 RED value IS 131 (51.56% from 255) = 31.19%

 GREEN value IS 98 (38.67% from 255) = 23.33%

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

R = 31.19%
G = 23.33%
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

#8362BF (or 0x8362BF) is known color: True V. HEX triplet: 83, 62 and BF. RGB value is (131,98,191). Sum of RGB (Red+Green+Blue) = 131+98+191=420 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.19% from 420); Green value is 98 (38.67% from 255 or 23.33% 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 #8362BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8362BF is #7C9D40. Grayscale: #767676. Windows color (decimal): -8166721 or 12542595. OLE color: 12542595.

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

Color convert

RGB 131 98 191 -
CMYK 0.31 0.49 0 0.25
HSL 261.29º 0.42% 0.57% -
HSV(B) 261.29º 0.49% 0.75% -
XYZ 23.13 17.32 51.41 -
YUV 118.47 168.93 136.94 -
System Red Green Blue C M Y K H S L
Decimal 131 98 191 0.31 0.49 0 0.25 261.29 0.42 0.57
Hex 83 62 BF 1F 31 0 19 105 2A 39
Octal 203 142 277 37 61 0 31 405 52 71
Binary 10000011 1100010 10111111 11111 110001 0 11001 100000101 101010 111001

Color Harmonies of #8362BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8362BF

Black with #8362BF

Text Example


Text Example

White with #8362BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,98,191); }

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

background-color css

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

 a { background-color: rgb(131,98,191); }

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

border-color css

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

 span { border-color: rgb(131,98,191); }

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