#9682CE

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

Shades of True V #9682CE

Tints of True V #9682CE

Color information

#9682CE (or 0x9682CE) is unknown color: approx True V. HEX triplet: 96, 82 and CE. RGB value is (150,130,206). Sum of RGB (Red+Green+Blue) = 150+130+206=486 (64% of max value = 765). Red value is 150 (58.98% from 255 or 30.86% from 486); Green value is 130 (51.17% from 255 or 26.75% from 486); Blue value is 206 (80.86% from 255 or 42.39% from 486); Max value from RGB is 206 - color contains mainly: blue. Hex color #9682CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9682CE is #697D31. Grayscale: #909090. Windows color (decimal): -6913330 or 13533846. OLE color: 13533846.

HSL color Cylindrical-coordinate representation of color #9682CE: hue angle of 255.79º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9682CE is Cyan = 0.27, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB150130206-
CMYK0.270.3700.19
HSL255.79º43.68%65.88%-
HSV(B)255.79º36.89%80.78%-
XYZ31.726.9161.91-
YUV144.64162.63131.82-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 30.86%
GREEN value IS 130 (51.17% from 255) = 26.75%
BLUE value IS 206 (80.86% from 255) = 42.39%
R=30.86%
G=26.75%
B=42.39%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1501302060.270.3700.19255.7943.6865.88
Hex9682CE1B250131002c42
Octal226202316334502340054102
Binary100101101000001011001110110111001010100111000000001011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9682CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,130,206); }

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

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

 a { background-color: rgb(150,130,206); }

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

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

 span { border-color: rgb(150,130,206); }

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