#835ACD

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

Shades of True V #835ACD

Tints of True V #835ACD

Color information

#835ACD (or 0x835ACD) is unknown color: approx True V. HEX triplet: 83, 5A and CD. RGB value is (131,90,205). Sum of RGB (Red+Green+Blue) = 131+90+205=426 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.75% from 426); Green value is 90 (35.55% from 255 or 21.13% from 426); Blue value is 205 (80.47% from 255 or 48.12% from 426); Max value from RGB is 205 - color contains mainly: blue. Hex color #835ACD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #835ACD is #7CA532. Grayscale: #727272. Windows color (decimal): -8168755 or 13458051. OLE color: 13458051.

HSL color Cylindrical-coordinate representation of color #835ACD: hue angle of 261.39º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #835ACD is Cyan = 0.36, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB13190205-
CMYK0.360.5600.20
HSL261.39º53.49%57.84%-
HSV(B)261.39º56.1%80.39%-
XYZ24.0416.5559.68-
YUV115.37178.58139.15-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 30.75%
GREEN value IS 90 (35.55% from 255) = 21.13%
BLUE value IS 205 (80.47% from 255) = 48.12%
R=30.75%
G=21.13%
B=48.12%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal131902050.360.5600.20261.3953.4957.84
Hex835ACD2438014105353a
Octal20313231544700244056572
Binary10000011101101011001101100100111000010100100000101110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835ACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #835ACD; }

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

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

<style>
 a { background-color: #835ACD; }

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

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

<style>
 span { border-color: #835ACD; }

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

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