#835CCB

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

Shades of True V #835CCB

Tints of True V #835CCB

Color information

#835CCB (or 0x835CCB) is unknown color: approx True V. HEX triplet: 83, 5C and CB. RGB value is (131,92,203). Sum of RGB (Red+Green+Blue) = 131+92+203=426 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.75% from 426); Green value is 92 (36.33% from 255 or 21.60% from 426); Blue value is 203 (79.69% from 255 or 47.65% from 426); Max value from RGB is 203 - color contains mainly: blue. Hex color #835CCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #835CCB is #7CA334. Grayscale: #737373. Windows color (decimal): -8168245 or 13327491. OLE color: 13327491.

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

Color convert

RGB13192203-
CMYK0.350.5500.20
HSL261.08º51.63%57.84%-
HSV(B)261.08º54.68%79.61%-
XYZ23.9716.7958.48-
YUV116.32176.92138.47-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 30.75%
GREEN value IS 92 (36.33% from 255) = 21.60%
BLUE value IS 203 (79.69% from 255) = 47.65%
R=30.75%
G=21.60%
B=47.65%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal131922030.350.5500.20261.0851.6357.84
Hex835CCB2337014105343a
Octal20313431343670244056472
Binary10000011101110011001011100011110111010100100000101110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835CCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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