#835DCB

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

Shades of True V #835DCB

Tints of True V #835DCB

Color information

#835DCB (or 0x835DCB) is unknown color: approx True V. HEX triplet: 83, 5D and CB. RGB value is (131,93,203). Sum of RGB (Red+Green+Blue) = 131+93+203=427 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.68% from 427); Green value is 93 (36.72% from 255 or 21.78% from 427); Blue value is 203 (79.69% from 255 or 47.54% from 427); Max value from RGB is 203 - color contains mainly: blue. Hex color #835DCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #835DCB is #7CA234. Grayscale: #747474. Windows color (decimal): -8167989 or 13327747. OLE color: 13327747.

HSL color Cylindrical-coordinate representation of color #835DCB: hue angle of 260.73º degrees, saturation: 0.51, 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 #835DCB is Cyan = 0.35, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB13193203-
CMYK0.350.5400.20
HSL260.73º51.4%58.04%-
HSV(B)260.73º54.19%79.61%-
XYZ24.0516.9758.51-
YUV116.9176.59138.06-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 30.68%
GREEN value IS 93 (36.72% from 255) = 21.78%
BLUE value IS 203 (79.69% from 255) = 47.54%
R=30.68%
G=21.78%
B=47.54%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal131932030.350.5400.20260.7351.458.04
Hex835DCB2336014105333a
Octal20313531343660244056372
Binary10000011101110111001011100011110110010100100000101110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835DCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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