Html Css Color HEX #835AC0 True V

📋 copy color: '#835AC0'

red 131 ◦ green 90 ◦ blue 192

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

Shades of True V #835AC0

Tints of True V #835AC0

RGB

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

 GREEN value IS 90 (35.55% from 255) = 21.79%

 BLUE value IS 192 (75.39% from 255) = 46.49%

R = 31.72%
G = 21.79%
B = 46.49%

CMYK

 C value IS 0.32

 M value IS 0.53

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#835AC0 (or 0x835AC0) is known color: True V. HEX triplet: 83, 5A and C0. RGB value is (131,90,192). Sum of RGB (Red+Green+Blue) = 131+90+192=413 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.72% from 413); Green value is 90 (35.55% from 255 or 21.79% from 413); Blue value is 192 (75.39% from 255 or 46.49% from 413); Max value from RGB is 192 - color contains mainly: blue. Hex color #835AC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #835AC0 is #7CA53F. Grayscale: #717171. Windows color (decimal): -8168768 or 12606083. OLE color: 12606083.

HSL color Cylindrical-coordinate representation of color #835AC0: hue angle of 264.12º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #835AC0 is Cyan = 0.32, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 131 90 192 -
CMYK 0.32 0.53 0 0.25
HSL 264.12º 0.45% 0.55% -
HSV(B) 264.12º 0.53% 0.75% -
XYZ 22.53 15.94 51.76 -
YUV 113.89 172.08 140.21 -
System Red Green Blue C M Y K H S L
Decimal 131 90 192 0.32 0.53 0 0.25 264.12 0.45 0.55
Hex 83 5A C0 20 35 0 19 108 2D 37
Octal 203 132 300 40 65 0 31 410 55 67
Binary 10000011 1011010 11000000 100000 110101 0 11001 100001000 101101 110111

Color Harmonies of #835AC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835AC0

Black with #835AC0

Text Example


Text Example

White with #835AC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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