#835ACC

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

Shades of True V #835ACC

Tints of True V #835ACC

Color information

#835ACC (or 0x835ACC) is unknown color: approx True V. HEX triplet: 83, 5A and CC. RGB value is (131,90,204). Sum of RGB (Red+Green+Blue) = 131+90+204=425 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.82% from 425); Green value is 90 (35.55% from 255 or 21.18% from 425); Blue value is 204 (80.08% from 255 or 48% from 425); Max value from RGB is 204 - color contains mainly: blue. Hex color #835ACC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #835ACC is #7CA533. Grayscale: #727272. Windows color (decimal): -8168756 or 13392515. OLE color: 13392515.

HSL color Cylindrical-coordinate representation of color #835ACC: hue angle of 261.58º 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 #835ACC is Cyan = 0.36, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB13190204-
CMYK0.360.5600.2
HSL261.58º52.78%57.65%-
HSV(B)261.58º55.88%80%-
XYZ23.9216.559.05-
YUV115.26178.08139.23-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 30.82%
GREEN value IS 90 (35.55% from 255) = 21.18%
BLUE value IS 204 (80.08% from 255) = 48%
R=30.82%
G=21.18%
B=48%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal131902040.360.5600.2261.5852.7857.65
Hex835ACC2438014106353a
Octal20313231444700244066572
Binary10000011101101011001100100100111000010100100000110110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835ACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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