#835DCC

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

Shades of True V #835DCC

Tints of True V #835DCC

Color information

#835DCC (or 0x835DCC) is unknown color: approx True V. HEX triplet: 83, 5D and CC. RGB value is (131,93,204). Sum of RGB (Red+Green+Blue) = 131+93+204=428 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.61% from 428); Green value is 93 (36.72% from 255 or 21.73% from 428); Blue value is 204 (80.08% from 255 or 47.66% from 428); Max value from RGB is 204 - color contains mainly: blue. Hex color #835DCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #835DCC is #7CA233. Grayscale: #747474. Windows color (decimal): -8167988 or 13393283. OLE color: 13393283.

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

Color convert

RGB13193204-
CMYK0.360.5400.2
HSL260.54º52.11%58.24%-
HSV(B)260.54º54.41%80%-
XYZ24.1717.0159.14-
YUV117.02177.09137.97-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 30.61%
GREEN value IS 93 (36.72% from 255) = 21.73%
BLUE value IS 204 (80.08% from 255) = 47.66%
R=30.61%
G=21.73%
B=47.66%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal131932040.360.5400.2260.5452.1158.24
Hex835DCC2436014105343a
Octal20313531444660244056472
Binary10000011101110111001100100100110110010100100000101110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835DCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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