#835CCF

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

Shades of True V #835CCF

Tints of True V #835CCF

Color information

#835CCF (or 0x835CCF) is unknown color: approx True V. HEX triplet: 83, 5C and CF. RGB value is (131,92,207). Sum of RGB (Red+Green+Blue) = 131+92+207=430 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.47% from 430); Green value is 92 (36.33% from 255 or 21.40% from 430); Blue value is 207 (81.25% from 255 or 48.14% from 430); Max value from RGB is 207 - color contains mainly: blue. Hex color #835CCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #835CCF is #7CA330. Grayscale: #747474. Windows color (decimal): -8168241 or 13589635. OLE color: 13589635.

HSL color Cylindrical-coordinate representation of color #835CCF: hue angle of 260.35º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #835CCF is Cyan = 0.37, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB13192207-
CMYK0.370.5600.19
HSL260.35º54.5%58.63%-
HSV(B)260.35º55.56%81.18%-
XYZ24.4516.9861.02-
YUV116.77178.92138.15-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 30.47%
GREEN value IS 92 (36.33% from 255) = 21.40%
BLUE value IS 207 (81.25% from 255) = 48.14%
R=30.47%
G=21.40%
B=48.14%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal131922070.370.5600.19260.3554.558.63
Hex835CCF2538013104373b
Octal20313431745700234046773
Binary10000011101110011001111100101111000010011100000100110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835CCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,92,207); }

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

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

 a { background-color: rgb(131,92,207); }

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

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

 span { border-color: rgb(131,92,207); }

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