#836CCA

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

Shades of True V #836CCA

Tints of True V #836CCA

Color information

#836CCA (or 0x836CCA) is unknown color: approx True V. HEX triplet: 83, 6C and CA. RGB value is (131,108,202). Sum of RGB (Red+Green+Blue) = 131+108+202=441 (58% of max value = 765). Red value is 131 (51.56% from 255 or 29.71% from 441); Green value is 108 (42.58% from 255 or 24.49% from 441); Blue value is 202 (79.30% from 255 or 45.80% from 441); Max value from RGB is 202 - color contains mainly: blue. Hex color #836CCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #836CCA is #7C9335. Grayscale: #7D7D7D. Windows color (decimal): -8164150 or 13266051. OLE color: 13266051.

HSL color Cylindrical-coordinate representation of color #836CCA: hue angle of 254.68º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #836CCA is Cyan = 0.35, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB131108202-
CMYK0.350.4700.21
HSL254.68º47%60.78%-
HSV(B)254.68º46.53%79.22%-
XYZ25.3819.8158.36-
YUV125.59171.12131.86-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 29.71%
GREEN value IS 108 (42.58% from 255) = 24.49%
BLUE value IS 202 (79.30% from 255) = 45.80%
R=29.71%
G=24.49%
B=45.80%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1311082020.350.4700.21254.684760.78
Hex836CCA232F015ff2f3d
Octal20315431243570253775775
Binary1000001111011001100101010001110111101010111111111101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #836CCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #836CCA; }

 p { color: rgb(131,108,202); }

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

<style>
 a { background-color: #836CCA; }

 a { background-color: rgb(131,108,202); }

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

<style>
 span { border-color: #836CCA; }

 span { border-color: rgb(131,108,202); }

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