#835DCA

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

Shades of True V #835DCA

Tints of True V #835DCA

Color information

#835DCA (or 0x835DCA) is unknown color: approx True V. HEX triplet: 83, 5D and CA. RGB value is (131,93,202). Sum of RGB (Red+Green+Blue) = 131+93+202=426 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.75% from 426); Green value is 93 (36.72% from 255 or 21.83% from 426); Blue value is 202 (79.30% from 255 or 47.42% from 426); Max value from RGB is 202 - color contains mainly: blue. Hex color #835DCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #835DCA is #7CA235. Grayscale: #747474. Windows color (decimal): -8167990 or 13262211. OLE color: 13262211.

HSL color Cylindrical-coordinate representation of color #835DCA: hue angle of 260.92º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #835DCA is Cyan = 0.35, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB13193202-
CMYK0.350.5400.21
HSL260.92º50.7%57.84%-
HSV(B)260.92º53.96%79.22%-
XYZ23.9416.9257.88-
YUV116.79176.09138.14-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 30.75%
GREEN value IS 93 (36.72% from 255) = 21.83%
BLUE value IS 202 (79.30% from 255) = 47.42%
R=30.75%
G=21.83%
B=47.42%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal131932020.350.5400.21260.9250.757.84
Hex835DCA2336015105333a
Octal20313531243660254056372
Binary10000011101110111001010100011110110010101100000101110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,93,202); }

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

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

 a { background-color: rgb(131,93,202); }

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

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

 span { border-color: rgb(131,93,202); }

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