Html Css Color HEX #8362BE True V

📋 copy color: '#8362BE'

red 131 ◦ green 98 ◦ blue 190

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

Shades of True V #8362BE

Tints of True V #8362BE

RGB

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

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

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

R = 31.26%
G = 23.39%
B = 45.35%

CMYK

 C value IS 0.31

 M value IS 0.48

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8362BE (or 0x8362BE) is known color: True V. HEX triplet: 83, 62 and BE. RGB value is (131,98,190). Sum of RGB (Red+Green+Blue) = 131+98+190=419 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.26% from 419); Green value is 98 (38.67% from 255 or 23.39% from 419); Blue value is 190 (74.61% from 255 or 45.35% from 419); Max value from RGB is 190 - color contains mainly: blue. Hex color #8362BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8362BE is #7C9D41. Grayscale: #767676. Windows color (decimal): -8166722 or 12477059. OLE color: 12477059.

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

Color convert

RGB 131 98 190 -
CMYK 0.31 0.48 0 0.25
HSL 261.52º 0.41% 0.56% -
HSV(B) 261.52º 0.48% 0.75% -
XYZ 23.02 17.28 50.84 -
YUV 118.36 168.43 137.02 -
System Red Green Blue C M Y K H S L
Decimal 131 98 190 0.31 0.48 0 0.25 261.52 0.41 0.56
Hex 83 62 BE 1F 30 0 19 106 29 38
Octal 203 142 276 37 60 0 31 406 51 70
Binary 10000011 1100010 10111110 11111 110000 0 11001 100000110 101001 111000

Color Harmonies of #8362BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8362BE

Black with #8362BE

Text Example


Text Example

White with #8362BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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