#8362CE

Color #8362CE True V (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of True V #8362CE

Tints of True V #8362CE

Color information

#8362CE (or 0x8362CE) is unknown color: approx True V. HEX triplet: 83, 62 and CE. RGB value is (131,98,206). Sum of RGB (Red+Green+Blue) = 131+98+206=435 (57% of max value = 765). Red value is 131 (51.56% from 255 or 30.11% from 435); Green value is 98 (38.67% from 255 or 22.53% from 435); Blue value is 206 (80.86% from 255 or 47.36% from 435); Max value from RGB is 206 - color contains mainly: blue. Hex color #8362CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8362CE is #7C9D31. Grayscale: #777777. Windows color (decimal): -8166706 or 13525635. OLE color: 13525635.

HSL color Cylindrical-coordinate representation of color #8362CE: hue angle of 258.33º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8362CE is Cyan = 0.36, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB13198206-
CMYK0.360.5200.19
HSL258.33º52.43%59.61%-
HSV(B)258.33º52.43%80.78%-
XYZ24.8718.0260.56-
YUV120.18176.43135.72-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 30.11%
GREEN value IS 98 (38.67% from 255) = 22.53%
BLUE value IS 206 (80.86% from 255) = 47.36%
R=30.11%
G=22.53%
B=47.36%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal131982060.360.5200.19258.3352.4359.61
Hex8362CE2434013102343c
Octal20314231644640234026474
Binary10000011110001011001110100100110100010011100000010110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8362CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #8362CE;
 }
 .AnyTagClassName
 {
   color: #8362CE;
 }
</style>
background-color css

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

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

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

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

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

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