#8369CD

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

Shades of True V #8369CD

Tints of True V #8369CD

Color information

#8369CD (or 0x8369CD) is unknown color: approx True V. HEX triplet: 83, 69 and CD. RGB value is (131,105,205). Sum of RGB (Red+Green+Blue) = 131+105+205=441 (58% of max value = 765). Red value is 131 (51.56% from 255 or 29.71% from 441); Green value is 105 (41.41% from 255 or 23.81% from 441); Blue value is 205 (80.47% from 255 or 46.49% from 441); Max value from RGB is 205 - color contains mainly: blue. Hex color #8369CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8369CD is #7C9632. Grayscale: #7B7B7B. Windows color (decimal): -8164915 or 13461891. OLE color: 13461891.

HSL color Cylindrical-coordinate representation of color #8369CD: hue angle of 255.6º 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 #8369CD is Cyan = 0.36, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB131105205-
CMYK0.360.4900.20
HSL255.6º50%60.78%-
HSV(B)255.6º48.78%80.39%-
XYZ25.4319.3460.15-
YUV124.17173.61132.87-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 29.71%
GREEN value IS 105 (41.41% from 255) = 23.81%
BLUE value IS 205 (80.47% from 255) = 46.49%
R=29.71%
G=23.81%
B=46.49%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1311052050.360.4900.20255.65060.78
Hex8369CD2431014100323d
Octal20315131544610244006275
Binary10000011110100111001101100100110001010100100000000110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8369CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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