#8269CD

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

Shades of True V #8269CD

Tints of True V #8269CD

Color information

#8269CD (or 0x8269CD) is unknown color: approx True V. HEX triplet: 82, 69 and CD. RGB value is (130,105,205). Sum of RGB (Red+Green+Blue) = 130+105+205=440 (58% of max value = 765). Red value is 130 (51.17% from 255 or 29.55% from 440); Green value is 105 (41.41% from 255 or 23.86% from 440); Blue value is 205 (80.47% from 255 or 46.59% from 440); Max value from RGB is 205 - color contains mainly: blue. Hex color #8269CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8269CD is #7D9632. Grayscale: #7B7B7B. Windows color (decimal): -8230451 or 13461890. OLE color: 13461890.

HSL color Cylindrical-coordinate representation of color #8269CD: hue angle of 255º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8269CD is Cyan = 0.37, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB130105205-
CMYK0.370.4900.20
HSL255º50%60.78%-
HSV(B)255º48.78%80.39%-
XYZ25.2819.2660.14-
YUV123.88173.78132.37-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 29.55%
GREEN value IS 105 (41.41% from 255) = 23.86%
BLUE value IS 205 (80.47% from 255) = 46.59%
R=29.55%
G=23.86%
B=46.59%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1301052050.370.4900.202555060.78
Hex8269CD2531014ff323d
Octal20215131545610243776275
Binary1000001011010011100110110010111000101010011111111110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8269CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,105,205); }

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

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

 a { background-color: rgb(130,105,205); }

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

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

 span { border-color: rgb(130,105,205); }

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