#8462CD

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

Shades of True V #8462CD

Tints of True V #8462CD

Color information

#8462CD (or 0x8462CD) is unknown color: approx True V. HEX triplet: 84, 62 and CD. RGB value is (132,98,205). Sum of RGB (Red+Green+Blue) = 132+98+205=435 (57% of max value = 765). Red value is 132 (51.95% from 255 or 30.34% from 435); Green value is 98 (38.67% from 255 or 22.53% from 435); Blue value is 205 (80.47% from 255 or 47.13% from 435); Max value from RGB is 205 - color contains mainly: blue. Hex color #8462CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8462CD is #7B9D32. Grayscale: #777777. Windows color (decimal): -8101171 or 13460100. OLE color: 13460100.

HSL color Cylindrical-coordinate representation of color #8462CD: hue angle of 259.07º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8462CD is Cyan = 0.36, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB13298205-
CMYK0.360.5200.20
HSL259.07º51.69%59.41%-
HSV(B)259.07º52.2%80.39%-
XYZ24.918.0559.93-
YUV120.36175.76136.3-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 30.34%
GREEN value IS 98 (38.67% from 255) = 22.53%
BLUE value IS 205 (80.47% from 255) = 47.13%
R=30.34%
G=22.53%
B=47.13%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal132982050.360.5200.20259.0751.6959.41
Hex8462CD2434014103343b
Octal20414231544640244036473
Binary10000100110001011001101100100110100010100100000011110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8462CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8462CD; }

 p { color: rgb(132,98,205); }

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

<style>
 a { background-color: #8462CD; }

 a { background-color: rgb(132,98,205); }

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

<style>
 span { border-color: #8462CD; }

 span { border-color: rgb(132,98,205); }

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