Html Css Color HEX #835BC3 True V

📋 copy color: '#835BC3'

red 131 ◦ green 91 ◦ blue 195

#835BC3
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of True V #835BC3

Tints of True V #835BC3

RGB

 RED value IS 131 (51.56% from 255) = 31.41%

 GREEN value IS 91 (35.94% from 255) = 21.82%

 BLUE value IS 195 (76.56% from 255) = 46.76%

R = 31.41%
G = 21.82%
B = 46.76%

CMYK

 C value IS 0.33

 M value IS 0.53

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#835BC3 (or 0x835BC3) is known color: True V. HEX triplet: 83, 5B and C3. RGB value is (131,91,195). Sum of RGB (Red+Green+Blue) = 131+91+195=417 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.41% from 417); Green value is 91 (35.94% from 255 or 21.82% from 417); Blue value is 195 (76.56% from 255 or 46.76% from 417); Max value from RGB is 195 - color contains mainly: blue. Hex color #835BC3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #835BC3 is #7CA43C. Grayscale: #727272. Windows color (decimal): -8168509 or 12802947. OLE color: 12802947.

HSL color Cylindrical-coordinate representation of color #835BC3: hue angle of 263.08º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #835BC3 is Cyan = 0.33, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 131 91 195 -
CMYK 0.33 0.53 0 0.24
HSL 263.08º 0.46% 0.56% -
HSV(B) 263.08º 0.53% 0.76% -
XYZ 22.95 16.25 53.56 -
YUV 114.82 173.25 139.54 -
System Red Green Blue C M Y K H S L
Decimal 131 91 195 0.33 0.53 0 0.24 263.08 0.46 0.56
Hex 83 5B C3 21 35 0 18 107 2E 38
Octal 203 133 303 41 65 0 30 407 56 70
Binary 10000011 1011011 11000011 100001 110101 0 11000 100000111 101110 111000

Color Harmonies of #835BC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835BC3

Black with #835BC3

Text Example


Text Example

White with #835BC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,91,195); }

 H1.HeaderClassName
 {
   color: #835BC3;
 }
 .AnyTagClassName
 {
   color: #835BC3;
 }
</style>

background-color css

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

 a { background-color: rgb(131,91,195); }

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

border-color css

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

 span { border-color: rgb(131,91,195); }

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